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

{% block title%}Home{% endblock title %}

{% endblock header %} {% block navigation %}
  • Logout
  • {% endblock navigation %} {% block content %}
    Select a type of new entry:
    {% include('_movies.html') %} {% endblock content %} {% block script %} {% include('pages/manage.js') %} {% endblock script %}