{% extends "tendenci_guide/base.html" %} {% load base_filters %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block body %}

{{ guide.section }}

{{ guide.title|title }}

{{ guide.content|safe }}
{% if next %}

Next: {{ next.title }}

{% endif %}
{% endblock body %}