<!DOCTYPE html>
<html lang="en">
  <head>
    {% include header-example.html %}
  </head>
  <body>
    {{ content }}

    {% include footer-example.html %}
  </body>
</html>