{% 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 %}