1<box align="x-center-children y-center-children" width="1200px" height="600px">
2    <box style="width:900px" >
3        <grid align="y-children-center" >
4            <box width="75%">
5                <text font-size="h2" color="muted" >$parent_name</text>
6                <heading d4 boldness="bold">${title|head(55,"..." )}</heading>
7            </box>
8            <box>
9                <brand align="right" width="70"/>
10            </box>
11        </grid>
12        <text font-size="h1" color="muted">${date_published|format()}</text>
13    </box>
14</box>
15
16