{% include 'navbar.html' %}
{% if this.title %}
{{ this.title }}
{% elif this.term %}
{{ this.term }}
{% endif %}
{% include 'sidenav.html' %} {% set locale = bag('alternatives', this.alt) %}
{% block body %}{% endblock %}
{% include 'footer.html' %}