<!DOCTYPE html> <html>

{% include head.html %}

<body>
  {% include header.html %}
  <main>{{ content }}</main>
  {% include footer.html %}
</body>

{% include facebook_javascript_sdk.html %}

</html>