{% extends 'blog.html' %} {% block title %}{% translate "Create new blog" %}{% endblock %} {% block content %}

{% translate "Create new blog" %}

{{ form }}
{% translate "Cancel" %}
{% endblock %}