{% extends 'base.html' %} {% block title %} - All instructions{% endblock %} {% block main %} {% if upload %} {% include 'instructions/upload.html' %} {% elif rename %} {% include 'instructions/rename.html' %} {% elif delete %} {% include 'instructions/delete.html' %} {% else %}