2019-02-12 17:28:02 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2019-03-29 11:00:04 +01:00
|
|
|
{% include 'includes/boot-head.html' %}
|
2019-02-12 17:28:02 +01:00
|
|
|
{% if title %}
|
|
|
|
<title>Husstanden - {{ title }}</title>
|
|
|
|
{% else %}
|
|
|
|
<title>Husstanden</title>
|
|
|
|
{% endif %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% block content %}{% endblock %}
|
2019-03-29 11:00:04 +01:00
|
|
|
{% include 'includes/boot-body.html' %}
|
2019-02-12 17:28:02 +01:00
|
|
|
</body>
|
|
|
|
</html>
|