{% import "Toucan/macros/master.html" as master with context %}
{% import "Toucan/macros/forms.html" as f with context %}
{% import "Toucan/macros/bootstrap.html" as bs with context %}
{% include "Toucan/Plugin/Publisher/Admin/_include.html" %}
{% if post and post.is_draft %}
{{ master.flash_message("This post is a draft and is not yet published", category="warning", dismissible=False) }}
{% endif %}