{% extends "_layout.html" %} {% block title %}Hello, World!{% endblock %} {% block extra_head %} {{ super() }} {% endblock %} {% block content %}

Hello, World!

{{ page.display_date }}

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

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

{% endblock %}