{% load markup %} {% extends "base.html" %} {% block content %} {% for post in posts %}
{{ post.date }}
tags: {{ post.get_tags|safe }}
Edit