{% extends "base_2col.html" %} {% block sectionid %}blog{% endblock %} {% block title %}Open Thoughts{% endblock %} {% block billboard %}Open Thoughts{% endblock %} {% block content-related %} {% load safe_markup %} {% load markup %} {% if blog_entries %}
No forum yet.
{% endif %} {% if latest_feeds %}
No forum yet.
{% endif %}
by {{ latest_blog.author }} on {{ latest_blog.pub_date|date:"F j, Y" }} {% load comments %} {% get_comment_list for blog.blogitem latest_blog.id as comment_list %} {% if comment_list %} {% get_comment_count for blog.blogitem latest_blog.id as comment_count %} ({{ comment_count }} comment{{ comment_count|pluralize }}) {% else %} (0 comments) {% endif %}
{{ latest_blog.body|markdown:"safe" }}
{% if not forloop.last %}