{% extends "base.html" %} {% block title %}{% if is_edit %}{{ _('post_form.title_edit', current_locale) }}{% else %}{{ _('post_form.title_new', current_locale) }}{% endif %} - {{ _('base.default_title', current_locale) }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _('post_form.hint_title', current_locale) }}
{{ _('post_form.hint_content', current_locale) }}
{{ _('post_form.hint_tags', current_locale) }}
{% endblock %} {% block extra_js %} {% endblock %}