{% extends 'base.html' %} {% block content %}
{% if projects.image %} {% endif %}

{{projects.title}}

{{projects.formatted_header|safe}}

{{projects.formatted_body|safe}}

{% include "opt.html" with content=projects %} {% include "links.html" with content=projects %} {% include "gallery.html" with gallery=gallery %}
{% if latest_content_list %}
{% include "related.html" with related=projects.children.all %}
{% for projects in latest_content_list %}
{{ projects.title }}

{{projects.formatted_teaser}}

{% endfor %} {% else %}

No projects.

{% endif %}
{% endblock %}