{% extends "base.html" %} {% block title %}{{ page.title }} - {{ SITENAME }}{% endblock %} {% block content_container %}
{% include 'includes/generic_methods.html' %}
{% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %} {% endif %} {% endblock %} {% block content %}

{{ page.title }}

{% import 'includes/translations.html' as translations with context %} {{ translations.translations_for(page) }} {% if PDF_PROCESSOR %} get the pdf {% endif %}
{{ page.content }}
{% endblock %}
{% endblock %}