1
0
mirror of https://github.com/moepman/bk-dss synced 2024-09-27 22:14:46 +02:00
bk-dss/templates/index.html

5 lines
89 B
HTML

{% extends "_base.html" %}
{% block content %}
<p>Hello, World!</p>
{% endblock %}