<!DOCTYPE html> <html lang=“en” dir=“ltr”>

{% include_cached head.html %}
<body class="d-flex flex-column h-100">
  {% include_cached navbar.html %}
  {% include_cached about.html %}
  {% include_cached map-legends.html %}
  {% include_cached contact.html %}
  {{ content }}
  {% include_cached footer.html %}
</body>

</html>