<!DOCTYPE html> <html>

<head>
    {% include head.html %}
</head>
<body>
      {% include header.html %}
      {% include social.html %}
      {{ content }}
</body>

</html>