{% load static %}
{% block nav-menu %}
{% block nav-menu-items %} {% with True as home_is_active %} {% include "snippets/menu_items.html" %} {% endwith %} {% endblock nav-menu-items %}
{% endblock nav-menu %}
{% block page-title %}Example site{% endblock page-title %}
{% block page-sub-title %}For testing the performance{% endblock page-sub-title %}
{% block main-content %} {#% include "snippets/article.html" %#} {% block content %} {% endblock content %} {% endblock main-content %}