{% load static %}
{% block nav-menu %} {% 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 %}