{% extends "base.html" %} {% load i18n %} {% block content %} {# TODO: Add hero #} {{ title }} {% csrf_token %} {% include "bulma/form.html" with errors=True %} {{ submit }} {% endblock %}