{% extends 'yangsuite/base-cui.html' %} {% load static %} {% block cui-css %} {% endblock %} {% block breadcrumbs %}
  • Help
  • {% endblock %} {% block page-title %}Help: {{ document.title }}{% endblock %} {% block body %} {% csrf_token %}

    YANG Suite Documentation

    {% if document.prev %}
    Previous: {{ document.prev.title }}
    {% endif %} {% autoescape off %}{{ document.body }}{% endautoescape %} {% if document.next %}
    Next: {{ document.next.title }}
    {% endif %}
    {% endblock body %}