Parent: [dfa32d] (diff)

Download this file

help.html    9 lines (6 with data), 235 Bytes

1
2
3
4
5
6
7
8
9
{% extends g.theme.master %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Help{% endblock %}
{% block header %}Tracker Help{% endblock %}
{% block content %}
<p>Help is coming soon.</p>
{% endblock %}