{% extends 'easycms/base.html' %} {% block easycms_title %}Create {{ post_type | title }} Post{% endblock easycms_title %} {% block easycms_h1 %} {% endblock easycms_h1 %} {% block easycms_content %}
View All Posts Create Category

{{ self.easycms_title() }}

Use this page to create a new {{ post_type }} post. Once you have saved the post you will be able to edit the content and other fields and publish it.


{{ form.render() }}
{% endblock easycms_content %}