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