{% extends "base.html" %} {% block "body" %}
{%- if .user and not post.published %}
Publish Not published! This post is currently only visible to admin
{%- endif %}
↵ All posts {% render sections.body %}
{% render sections.side %}
{% endblock %}