{% extends "base.html" %} {% load markup webdesign comments %} {% block contentViewType %}detailView{% endblock %} {% block pageContent %}
{% block content %}

{{ flatpage.title }}

{% block meta %} {% include "includes/item_meta.html" %} {% endblock %}
Name

Other Images

  • Name
  • Name
  • Name

Description

{{ flatpage.content|textile }}

Meta

Weight
24lbs.
Height
4 Feet
Color
Blue
{% get_comment_list for flatpage as comment_list %} {% include "includes/comment_list.html" %} {% render_comment_form for flatpage %} {% endblock %}
{% block sidebar %} {% include "includes/item_sidebar.html" %} {% endblock %}
{% block nav %} {% include "includes/nav.html" %} {% endblock %} {% block breadcrumb %} {% include "includes/content_tools.html" %} {% endblock %}
{% endblock %} {% block secondaryContent %} {% include "includes/secondary_content.html" %} {% endblock %} {% block extraJS %} {% endblock %}