{% load filters %} {{ settings.BLOG_URL }} {{ settings.BLOG_TITLE }}{% if title %} - {{ title }}{% endif %} {{ settings.BLOG_AUTHOR }} on {{ settings.BLOG_SUBTITLE }} {{ settings.BLOG_AUTHOR }} /favicon.gif /favicon.ico All content including photos and images by {{ settings.BLOG_AUTHOR }}. Copyright (c) {{ settings.BLOG_AUTHOR }}, your rights preserved: see /CXL.html A Django Production. {% if posts %} {{ posts.0.created|date:"Y-m-d" }}T{{ posts.0.created|date:"H:i:s" }}Z {% else %} 1970-01-01T00:00:00Z {% endif %} {% for post in posts %} {{ settings.MEDIA_URL }}{{ post.get_absolute_url }} {{ post.title|escape }} {{ post.created|date:"Y-m-d" }}T{{ post.created|date:"H:i:s" }}Z {% if post.updated %} {{ post.updated|date:"Y-m-d" }}T{{ post.updated|date:"H:i:s" }}Z {% else %} {{ post.created|date:"Y-m-d" }}T{{ post.created|date:"H:i:s" }}Z {% endif %} {% for keyword in post.keywords.all %} {% endfor %}
{{ post|content_process:"summary" }}
{{ post|content_process:"full" }}
{% endfor %}