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

{{works.title}}

{{works.formatted_header}}

{{works.formatted_body}}

{% 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 %}