{% extends "base.html" %} {% load bbc %} {% block page_name %} Preview Post - {% endblock %} {% block breadcrumb %} > Preview Post {% endblock %} {% block content %}

Preview Post

{% include 'post_preview_block.html' with content=content %}
{% csrf_token %} {{ form }} BBCode Reference
{% endblock %} {% block js %} {% include "require.html" with bootstrap="editor-bootstrap" %} {% endblock %}