{% extends base_template %} {% block head_title %} {{block.super}} Documentaton{% endblock %} {% block title %}Documentation{% endblock %} {% block content %}

Documentation

This is a placeholder for any manuals or how-to's are found pertinent to any contributor using the platform.

Developers should override this by placing an extended copy of

<site-packages>docengine/common/templates/common/docs.html
into
project/templates/common/docs.html

If you want knowledge management system-like documentation, we would need to provide a means for you to either deliver static HTML files or edit content via a basic CMS app

{% endblock%} {% block sidebar %}

No sub-items to navigate

{% endblock%}