<!DOCTYPE html> <html lang=“en”>
{% include head.html %} <body> {% include main-nav.html %} <div class="container"> <h1 class="h1 text-white border-bottom-red">{{ page.title }}</h1> {{ content }} </div> {% include scripts.html %} </body>
</html>
<!DOCTYPE html> <html lang=“en”>
{% include head.html %} <body> {% include main-nav.html %} <div class="container"> <h1 class="h1 text-white border-bottom-red">{{ page.title }}</h1> {{ content }} </div> {% include scripts.html %} </body>
</html>