{% import "Pylot/macros/base.html" as m with context %} {% import "Pylot/macros/forms.html" as f with context %} {% extends "Pylot/PostAdmin/layout.html" %} {% block page_title %}Writer{% endblock %} {% block content %} {% if post and post.is_draft %} {{ m.alert("This post is a draft and is not yet published", category="warning", dismissible=False) }} {% endif %} {% if post %}
{% endif %}