{% block h1 %}

{{ wiki }}

{% endblock %} {% block text %}
{% include "gae_wiki/render_wiki.html"%}
{% endblock text %} {% if not wiki.disable_comments %}
{% include "fc_comments.html" %}
{% endif %}