1
0
mirror of https://github.com/moepman/bk-dss synced 2024-09-29 00:43:33 +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 %}