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

{{ guide.section }}

{{ guide.title|title }}

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

{% trans 'Next' %}: {{ next.title }}

{% endif %}
{% endblock content %}