{% extends "base.html" %} {% load static %} {% comment %}© 2013, Multapplied Networks, Inc.{% endcomment %} {% block title %}{{ title | escapejs }} {{ block.super }}{% endblock %} {% block style %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% if breadcrumbs %}{% endif %}Documentation{% if breadcrumbs %}{% endif %}
  • {% if breadcrumbs %} {% for breadcrumb in breadcrumbs.get_for_display %}
  • {% if breadcrumb.href and not forloop.last %} {% endif %} {{ breadcrumb.text }} {% if breadcrumb.href and not forloop.last %}{% endif %}
  • {% endfor %} {% endif %} {% endblock %} {% block content %}

    {{ title }}

    {{ content|safe }}
    {% endblock %}