{% extends "base.html" %} {% block front_matter %} --- # Author of the website author: Example author # Absolute URL to the root of the website site_url: "https://www.example.org" {% endblock %} {% block title %}Example web site{% endblock %} {% block content %}

{{page.meta.title}}

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 %}