{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block expand_header %} {% endblock %} {% block expand_description %} {% endblock %} {% block body %}

{{ this.title }}

{{ this.slogan }}

{{ this.precontent }}

{{ this.content }} {% if this.project %}
{% for blk in this.project.blocks %} {{ blk }} {% endfor %}
{% endif %}
{% endblock %}