{% extends 'base.html' %} {% block content %} {% include "edit.html" with content=projects %}
{{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 %}{{projects.formatted_teaser}}
No projects.
{% endif %}