SOITA/templates/help.html

9 lines
163 B
HTML
Raw Normal View History

2022-01-19 21:17:45 +01:00
{% extends "base.html" %}
{% block title %}Help{% endblock %}
{% block content %}
<h1>In the future, there will be an app manual here</h1>
{% endblock %}