{% extends "_base.html" %} {% block title %}Hello, World! - {{ site.title }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Hello, World!

January 1, 2024

To change this page, edit src/blog/hello-world/index.html.

This page is just html, much more customizable than markdown.

{% endblock %}