{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% import 'input/textbox.html' as textbox with context %} {% import 'blog/macros.html' as blog with context %} {% import 'input/form.html' as form with context %} {% import 'input/field.html' as field with context %} {% block body %}
{% if publish_title is defined %} {{ publish_title }} {% else %} {% trans %}New blog post{% endtrans %} {% endif %}
{% trans %}edit{% endtrans %} {% trans %}preview{% endtrans %}