{% extends "base.html" %} {% load i18n %} {% load blogtags %} {% block main_content %} {% ifequal article.status 0 %}
Article is not visible yet!
{{ article.desc }}
{{ article.content|safe }}
{% if user.is_authenticated %} edit Article {% endif %} More Articles from {{ article.author.get_full_name }}All articles by {{ article.author.get_full_name }}
Article published under following TagsNext Article: {{next.title}}
{% endif %} {% prev article as prev %} {% if prev %}Previous Article: {{prev.title}}
{% endif %} {% getNewest 3 as latestArticles %} Newest articles: {% for narticle in latestArticles %}