rar-index-py/flask/templates/home.html

5 lines
73 B
HTML
Raw Normal View History

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