bgneal@323: {% extends 'base.html' %} bgneal@323: {% load url from future %} bgneal@323: {% block title %}Yahoo Group Archives: {{ post.title }}{% endblock %} bgneal@323: {% block content %} bgneal@323:

Yahoo Group Archives »

bgneal@323:

{{ post.title }} bgneal@323: bgneal@323: permalink bgneal@323:

bgneal@323:
bgneal@323:
{{ post.poster }} - {{ post.creation_date|date:"d M Y H:i:s" }}
bgneal@323:
{{ post.msg|linebreaks }}
bgneal@323:
bgneal@323:

See this post in context.

bgneal@323: {% endblock %}