{# index.html --- Template for the index page -*- Mode: Jinja2; -*- #} {% extends "layout.html" %} {% block title %}Home{% endblock %} {% block nav %}{% endblock %} {% block page %}
{{ post.html|safe }}
{% endblock %}