{% extends 'newscenter/base.html' %} {% load thumbnail %} {% block title %}{{ article.title }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block appcontent %}
{{ article.teaser }}
Next: {{ article.get_next_published.title }}
Currently Reading: {{ article.title }}
Previous: {{ article.get_previous_published.title }}