{% extends "layout.html" %} {% from "macros/blog.html" import render_blog_post %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {% for image in this.attachments.images %} {{this.title}} {% endfor %}

{{ this.body }}

{% endblock %}