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