{% load frontend cms_component %} {% cms_component "CenteredScreenshotHeader" name=_("Centered screenshot")} {% field "title" forms.CharField required=True label=_("Title") %} {% field "lead" HTMLFormField required=True label=_("Lead") %} {% field "image" ImageFormField required=True label=_("Image") %}

{% inline_field "title" %}

{% inline_field "lead" %}
{% childplugins %} {% endchildplugins %}
{% thumbnail image|get_related_object 700x500 upscale as thumb %} {% endwith %}