{% extends "base.html" %} {% import "macros.html" as macros %} {% block content %}
{{ section.content | safe }}
{% endblock content %} {% block footer %} {{ macros::last_update() }} {% endblock footer %}