{% extends "base.html" %} {% load markup webdesign comments %} {% block page_content %} {% comment %} The actual content to read {% endcomment %} {% block breadcrumb %} {% include "includes/content_tools.html" %} {% endblock %}

{{ flatpage.title }}

{% block meta %} {% include "includes/meta.html" %} {% endblock %} {{ flatpage.content|textile }} {% get_comment_list for flatpage as comment_list %} {% include "includes/comment_list.html" %} {% render_comment_form for flatpage %}
{% endblock %} {% block sidebar %} {% include "includes/blog_sidebar.html" %} {% endblock %} {% block secondaryContent %} {% include "includes/secondary_content.html" %} {% endblock %}