{% extends 'django_site_documentation/base.html' %} {% load static %} {% block title %}{{ doc_title }}{% endblock %} {% block content %}

{{ doc_title }}

{% if doc_tree %}

Select a topic from the sidebar to get started.

{% for shelf_slug, shelf in doc_tree.items %} {% endfor %}
{% else %}

No local project apps found.

Add a Django app to INSTALLED_APPS and a django-doc/ folder will be created automatically.

{% endif %}
{% endblock %}