1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-14 15:52:35 +02:00
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 %}