{{ document.title }}

    {% for section_key, section in document.data.items %}
  • {{ section_key }}
    • {% for link_key, link in section.links.items %}
    • {{ link.title|default:link_key }}
    • {% endfor %}
    {% endfor %}
  • Authentication {% if user.is_authenticated %}session{% else %}none{% endif %}
    • none
    • header
    • basic
    • session
  • Source Code shell
    • shell
    • javascript
    • python