husstanden/templates/home.html

4 lines
94 B
HTML
Raw Normal View History

2019-02-12 17:28:02 +01:00
{% extends "layout/bootstrap.html" %}
2019-02-12 17:09:43 +01:00
{% block content %}
<p>Template usage</p>
{% endblock %}