{% 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" %}