Child: [875040] (diff)

Download this file

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

1
2
3
4
5
6
7
8
9
{% extends 'wiki/master.html' %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Help{% endblock %}
{% block header %}Wiki Help{% endblock %}
{% block wiki_content %}
<p>Help is coming soon.</p>
{% endblock %}