1
0
mirror of https://github.com/moepman/bk-dss synced 2024-11-13 06:35:24 +01:00
bk-dss/templates/index.html

5 lines
89 B
HTML

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