{% extends 'base.html' %} {% block header %}

Welcome to Armstrong!

{% endblock %} {% block content %}

{{ object.title }}

{{ object.authors }} - {{ object.pub_date }}
{% autoescape off %}
{{ object.summary }} ...
The rest of this article is for subscribers only. To access it, login with username: 'user' and password: 'user'
{% endautoescape %} {% endblock %}