<div class="a-box{{#if modifier}} a-box--{{modifier}}{{/if}}">
	{{#if children}}
		{{{children}}}
	{{else}}
		{{{content}}}
	{{/if}}
</div>
