{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock title %} {% block content %}

{{ article.title }}

Views: {{ article.view_count }}

Back to blog
{% if article.excerpt %}

{{ article.excerpt }}

{% endif %}
{{ article.content }}
{% endblock content %}