husstanden/templates/regninger.html
2019-02-25 16:29:35 +01:00

8 lines
136 B
HTML

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