<!DOCTYPE html> <html lang=“en”> {%- include head.html -%} <body>
{%- include menu.html -%} <main class="main-container"> {{ content }} </main> {%- include footer.html -%}
</body> </html>
<!DOCTYPE html> <html lang=“en”> {%- include head.html -%} <body>
{%- include menu.html -%} <main class="main-container"> {{ content }} </main> {%- include footer.html -%}
</body> </html>