{% extends "base.html" %} {% block title %} {% if pl_title %}Editing “{{ pl_title }}” {% else %}Edit note{% endif %} - {{ app_name }} {% endblock %} {% block meta %} {% endblock %} {% block json_info %}{% endblock %} {% block content %} {% if preview %}

{{ pl_title }}

Preview
Remember this is only a preview. Your changes were not saved yet! Jump to editing area
{{ preview|safe }}
{% endif %}

This editor is using Markdown for text formatting (e.g. bold, italic, headers and tables). More info on Markdown.

{% endblock %} {% block scripts %} {% endblock %}