{#
project: Pimcore - Schutzverband Nuernberg Rostbratwuerste
User: erikb
Year: 2022
#}
{% extends 'layouts/default.html.twig' %}
{% block content %}
{% include 'navigation/breadcrumb.html.twig' %}
{%
include 'navigation/prev-next.html.twig' with {
'overview': overview|default(null),
'prev': prev|default(null),
'next': next|default(null)
}
%}
{% include 'includes/areabrick.html.twig' with {'id': 'sections', 'controlsAlign': 'top' } %}
{%
include 'navigation/prev-next.html.twig' with {
'overview': overview|default(null),
'prev': prev|default(null),
'next': next|default(null),
'bottom': true
}
%}
{% endblock content %}