{% extends 'blog/partials/base.html' %} {% block content %} {% if post %}
This page allows you to create metadata for a new post. You can add the actual content of the post in the next step.
{% for message in messages %} {% if 'new_post_message' in message.tags %} {% endif %} {% endfor %} {% endblock %}