{% extends "base.html" %} {% block content %}

{{SITE_NAME}}

This is the content of the home page for the site.

You do not need to write it as Jinja2+HTML, it can be index.md instead, depending on your needs.

With a Jinja2 template, you can do interesting things like this:

Latest blog posts

{% endblock %}