husstanden/templates/pages/regninger.html
2019-04-25 21:17:26 +01:00

8 lines
136 B
HTML

{% set title = "Regninger" %}
{% extends "layout/bootstrap.html" %}
{% block content %}
<p>Regninger :D</p>
<p>test</p>
{% endblock %}