{% extends 'base.html' %} {% block content %}
{% if p == "0" %} {{ content|safe }} {% endif %} {% if p == "1" %} {{ content1|safe }} {% csrf_token %} {{ content2|safe }} {% endif %} {% if p == "2" %} {{ content|safe }} {% endif %}
{% endblock %}