{% extends "layout.html" %} {% block ogpdesc %}{{ this.shortbody }}{% endblock %} {% block ogptitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block twitterdesc %}{{ this.shortbody }}{% endblock %} {% block twittertitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block page %} {% include 'header.html' %}
{% for project in this.children %} {% set image = project.attachments.images.first() %}

{{project.title}}

{{project.shortbody}}

{% endfor %}
{% endblock %}