{{ render_blog_post(this) }}
{% extends "layout.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{% set background_image = this.attachments.images.first() %}
{{ this.subtitle }}
{{ this.title }}