{% extends "custom_page/news/base.html" %} {% load flatblock_tags %} {% load thumbnail %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}{% endblock %} {%block head%}NEWS DETAIL{%endblock%} {% block content %}
{% include "custom_page/side.html" %}
{{ news.publish|date:"M d, Y" }}
{{news.title}}
{%if news.get_thumbnail%} {%endif%}
{{ news.body|safe }}
{% if is_paginated %} {% include "blog/includes/pagination.html" %} {% endif %} {% endblock %}