{% set title = 'Post Create' %} {% set page = 'features-post-create.html' %} {% extends 'layouts/master.html' %} {% block plugins_css %} {% endblock %} {% block content %}

Create New Post

Create New Post

On this page you can create a new post and fill in all fields.

Write Your Post

{% endblock %} {% block plugins_js %} {% endblock %} {% block page_js %} {% endblock %}