{% extends 'easycms/base.html' %} {% block easycms_title %}Preview Post: {{ post.title }}{% endblock %} {% block easycms_h1 %}{% endblock easycms_h1 %} {% block easycms_content %}
{{ post.tagline }}
{{ post.content | safe }}{{ post.get_snippet_description() }}
Read MorePost Type | {{ post.post_type }} |
---|---|
category | category |
Tags | {% for tag in post.tags %} {{ tag.name }} {% else %} (none) {% endfor %} |
Author | {{ post.author.name }} |
Created | {{ post.created | easycms_format_datetime }} |
Published |
{% if post.published %}
{{ post.published | easycms_format_datetime }} {% else %} Not Published {% endif %} |
Code (URL Name) | {{ post.code }} |
Description | {{ post.description }} |
HTML Title | {{ post.get_html_title() }} |
HTML Description | {{ post.get_html_description() }} |