SOITA/templates/help.html
2022-01-19 21:17:45 +01:00

9 lines
163 B
HTML

{% extends "base.html" %}
{% block title %}Help{% endblock %}
{% block content %}
<h1>In the future, there will be an app manual here</h1>
{% endblock %}