{% extends 'base.html' %} {% block content %}

It works

Congratulations! Now start coding.

{% if not request.user.is_anonymous %}

This project includes Pagetree by default.

The first thing you'll want to do is go to the Edit page for the root node and add some modules, child sections and content.

If you don't want to use Pagetree, you should remove it from your requirements.txt and INSTALLED_APPS and clear the views out of your main/views.py

{% endif %}
{% endblock %}