27 | 28 | {# Include top navbar #} 29 | {% include "../includes/partials/header.html.swig" with project_title %} 30 | 31 | {# Include description #} 32 | {% include "../includes/partials/description.html.swig" %} 33 | 34 | {% block content %}{% endblock %} 35 | 36 | {# Include footer #} 37 | {% include "../includes/partials/footer.html.swig" with project_title %} 38 |