{% extends 'base.html' %} {% block content %} {% include "edit.html" with content=works %}
{% if works.image %} {% endif %}

{{works.title}}

{{works.formatted_header|safe}}

{{works.formatted_body|safe}}

{% include "opt.html" with content=works %} {% include "links.html" with content=projects %} {% include "gallery.html" with gallery=gallery %}
{% include "latest_content.html" with content=works %} {% endblock %}