1
0
forked from moepman/bk-dss
bk-dss/templates/index.html

5 lines
89 B
HTML
Raw Normal View History

2016-03-20 16:10:00 +01:00
{% extends "_base.html" %}
{% block content %}
2016-03-20 16:10:00 +01:00
<p>Hello, World!</p>
{% endblock %}