{% 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 %}
{% if document and document.tags %} {% for tag in document.tags %} {{ tag.name }} × {% endfor %} {% endif %}
Document saved successfully!
{% endblock %} {% block extra_js %} {% endblock %}