{% extends 'base.html' %}
{% block navigation %}
{% if not page.slug %}
{% include 'autodidact/include/homepage_navigation.html' %}
{% else %}
{% include 'autodidact/include/page_navigation.html' %}
{% endif %}
{% endblock %}
{% block content %}
{% endblock %}