{% block head %}
{% if meta.title %} {{ meta.title }} | {% endif %} {{ site_title }}
{% if meta.description %}
{% endif %} {% if meta.robots %}
{% endif %} {% if current_page %}
{% endif %} {% endblock %} {% block css %}
{% endblock %} {% include "templates/layout/navigationBar.twig" %}
{% block content %}
{{ content }}
{% endblock %} {% block sections %} {% for section in meta.sections %}
{{section.title}}
{{ section.text }}
{% endfor %} {% endblock %}
{% include "templates/layout/footer.twig" %} {% block js %} {% endblock %}