{% extends "base.html" %} {% block title %}{% if document %}Edit: {{ document.title }}{% else %}New Document{% endif %} - Vim Docs{% endblock %} {% block header_title %}{% if document %}Edit: {{ document.title }}{% else %}New Document{% endif %}{% endblock %} {% block header_actions %} {% if document and document.id %} Export {% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %}