{% extends "glitter_news/post_list.html" %} {% load thumbnail %} {% block breadcrumb %}
  • News
  • {{ object.title }}
  • {% endblock breadcrumb %} {% block h2_title %} {% endblock h2_title %} {% block app_content %}

    {{ object.title }}


    Category
    {{ object.category }}
    Date
    {{ object.date|date:'j N Y' }}
    {% if object.author %}
    Author
    {{ object.author }}
    {% endif %} {% include "includes/social_share.html" with social_title=object.title %}
    {% block news_image %} {% thumbnail object.image.file "640" as thumb %} {% endthumbnail %} {% endblock news_image %} {{ columns.content }}
    {% endblock app_content %}