husstanden/templates/pages/testing.html

8 lines
137 B
HTML
Raw Normal View History

2019-02-25 16:43:57 +01:00
{% set title = "testing" %}
{% extends "layout/bootstrap.html" %}
{% block content %}
<p>testing</p>
<p>tester dette</p>
{% endblock %}