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

{% include head.html %}

<body>
  <div class="container">
    {{ content }}
  </div>
</body>

</html>