1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-26 18:15:09 +02:00
bk-dss/templates/index.html

5 lines
84 B
HTML

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