{{ article.date }}
{{ article.title }}
Publication Date: {{ article.locale_date }}
{% for tag in article.tags %} {{ tag.name }} {% endfor %}
{% extends 'base.html' %}
{% block title %} {{ article.title|striptags }}{% endblock title %}
{% block container %}
{{ article.date }}
{{ article.title }}
Publication Date: {{ article.locale_date }}
{% for tag in article.tags %}
{{ tag.name }}
{% endfor %}