{{ include('frontend/layout/head.html.twig',{title: (title) ? title : 'index'}) }} {{ include('frontend/layout/topheader.html.twig') }} {{ include('frontend/layout/navbar.html.twig') }} {% block content %} {% endblock %} {{ include('frontend/layout/facilityarea.html.twig') }} {{ include('frontend/layout/footer.html.twig') }}