<!doctype html> <html>

<head>
  {% include head.html %}
</head>
<body>
  <div id="content">
  {{ content }}
  </div>
</body>

</html>