{% extends "base_2col.html" %} {% block sectionid %}blog{% endblock %} {% block title %}Open Thoughts{% endblock %} {% block billboard %}Open Thoughts{% endblock %} {% load safe_markup %} {% load markup %} {% block content-related %} {% if blog_entries %}

Latest Thoughts

{% endif %} {% if blog_years %}

Archive

{% endif %} {% if latest_posts %}

Recent forum posts

{% else %}

No forum yet.

{% endif %}

RSS Feed RSS Feed - Blog

{% endblock %} {% block content %} {% if latest %} {% for object in latest %}

{{ object.headline }}

Posted by {{ object.author }} on {{ object.pub_date|date:"F j, Y" }}

{{ object.body|markdown:"safe" }}

{% endfor %} {% else %}

No blogs yet

{% endif %} {% endblock %}