{% extends 'base.html' %} {% block title %}markov import{% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}