{% extends "base.html" %} {% block title %}Create new Album{% endblock %} {% block body %}
{% csrf_token %} {{form.as_p}} {% endblock %}