{{ include('base/html-header.twig') }} <body class="{{body_class}}"> {{ include('base/nav.twig') }} <main> {% block content %} {% endblock %} </main> {{ include('base/footer.twig') }} </body> </html>