{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block head %} {{ title }} {% if request.url.path == "/" %} {% endif %} {% endblock %} {% block content %} {% include "header.html" %}
{{ page_content | safe }}
{% endblock %}