1
0
mirror of https://github.com/moepman/bk-dss synced 2024-10-01 12:42:27 +02:00
bk-dss/templates/index.html

5 lines
84 B
HTML
Raw Normal View History

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