Files
beflask/app/templates/config.html
2023-06-05 12:06:56 +02:00

6 lines
124 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Home</h1>
<p>Welcome to the home page!</p>
{% endblock content %}