{% extends "layout-2020.html" %} {% block title %}Penguin Comics{% endblock %} {% block subtitle %}{{ this.subtitle }}{% endblock %} {% block content %} {% set image = this.attachments.images.first() %}
{{ this.title }}
{% if this.body %}
{{ this.body }}
{% endif %} {% endblock %}