{% extends "index.html" %} {% import "macros/nav.html" as nav %} {% block title %} {{ page.title }} {% endblock title %} {% block description %} {% endblock description %} {% block content %}
{{nav::side_nav(title=page.title)}}
{{ page.content | safe }}
{% endblock content %}