{% extends "aldryn_newsblog/base.html" %} {% load i18n staticfiles thumbnail cms_tags apphooks_config_tags %} {% block title %} {{ article.title }} - {{ block.super }} {% endblock %} {% block header %}

{% render_model article "title" "" "" "striptags" %}

{% render_model article "lead_in" "" "" "striptags" %}

Posted by {{ article.author.name }} on {{ article.publishing_date|date:"F n, Y" }}
{% endblock %} {% block newsblog_content %} {% include "aldryn_newsblog/includes/article.html" with detail_view="true" %} {% static_placeholder "newsblog_social" %} {% endblock %}