{% block head %}
{% if meta.title %} {{ meta.title }} | {% endif %} {{ site_title }}
{% if meta.description %}
{% endif %} {% if meta.robots %}
{% endif %} {% if current_page %}
{% endif %}
{% endblock %} {% include "templates/layout/navigationBar.twig" %}
{% block content %} {{ content }} {% endblock %}
{% include "templates/layout/footer.twig" %}