Skip to content
Snippets Groups Projects
default.html 295 B
Newer Older
{%- include top.html -%}

<body>

    {%- include header.html -%}

    <main>

        {%- include title_image.html -%}

        <section>
            <article>
                {{ content }}
            </article>
        </section>
   </main>

    {%- include footer.html -%}

</body>

</html>