Debugging info:
  - section: "project"
  - template: "project/page_with_pictures.html" extends "index.html"
  - inside "{ block content }"

Mablag

Mablag is my first project.

const abc = "hello";

function helloWorld() {
    console.log("Hello world");

    return "hello again";
}