{% extends "wiki/_section.html" %} {% load markup_freesound %} {% block title %}help - {{content.title}}{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block section_content %} {{content.body|markdown:"wikilinks,codehilite,markdown.extensions.toc"}} {% if perms.wiki.change_page %}

edit this page


{% endif %} {% endblock %}