{% include 'layout/includes/boot-head.html' %}
{% if title %}
Husstanden - {{ _(title) | title }}
{% else %}
Husstanden
{% endif %}
{% include 'layout/includes/side_nav.html' %}
{% include 'layout/includes/top_nav.html' %}
{% block content %}{% endblock %}
{% include 'layout/includes/boot-body.html' %}