{% extends "blog_base.html" %} {% block content %} {% if heading %}

{{ heading }}

{% endif %} {% for post in gallery.object_list %}

{{ post.title }}


{{ post.body|safe }} {% for photo in post.photo_set.all|slice:"3" %} {% endfor %}

Click to see the rest of the gallery


Updated {{ post.created|date:"m/d/y @ h:iA T" }} by {{post.owner}}

Categories: {% for x in post.category.all %}{{ x }} {% endfor %}

Tags: {% for tag in post.get_tags %} {{ tag }} {% endfor %}


Reddit Digg it! StumbleUpon Delicious!


{% load disqus_tags %} View Comments {% disqus_num_replies %}

{% endfor %} {% endblock %}