---
layout: base.njk
<article class="wrapper-lg stack-md">
<h1><a href="{{ post.url }}">{{ title }}</a></h1>
{{ content | safe }}
</article>
<author class="wrapper-lg">
{% image metadata.author.avatar, "My face", "box circle", "150px", [150] %}
</author>