<!DOCTYPE html> <html lang=“en”>
{% include head.html %}
<body>
{% include navbar.html %} {{ content }} {% include footer-dark.html %} {% include scripts.html %}
</body>
</html>
<!DOCTYPE html> <html lang=“en”>
{% include head.html %}
<body>
{% include navbar.html %} {{ content }} {% include footer-dark.html %} {% include scripts.html %}
</body>
</html>