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

{{ flatpage.title }}

Previous Next

Introduction

{% lorem %}

This is a Step

{% lorem %}

Another Step!

{% lorem %}

The End

{% lorem %}

{% endblock %}
{% block nav %} {% include "includes/nav.html" %} {% endblock %} {% block breadcrumb %} {% include "includes/content_tools.html" %} {% endblock %}
{% endblock %} {% block secondaryContent %}{% endblock %}