rar-index-py/flask/templates/home.html
Michael Rodin a2f9b4f978 The beginning
Added the base structure and a minimal web frontend. Much work needed.
2023-10-16 21:58:50 +02:00

5 lines
73 B
HTML

{% extends "base.html" %}
{% block content %}
<p>Test</p>
{% endblock %}