{% include 'layout/includes/boot-head.html' %} {% if title %}
Husstanden - {{ title }}
{% else %}
Husstanden
{% endif %}
Navbar
{% include 'layout/includes/nav.html' %}
{% block content %}{% endblock %}
{% include 'layout/includes/boot-body.html' %}