{% extends 'news/news_content.html' %} {% load cms_tags sekizai_tags menu_tags i18n static thumbnail %} {% block extra_style %}{% endblock extra_style %} {% block news_content %}
{{ article.author }}
{{ article.summary|safe }}
{{ article.content|safe }}
{{ article.category }}
{{ tag.name }}
{% endfor %}