{{#hr}}
	<hr />
{{/hr}}

{{#title.show}}
	<{{title.element}} class="{{title.class}}">
		{{title.content}}
	</{{title.element}}>
{{/title.show}}

{{#anchor}}
<a class='anchor' name='{{slug}}'></a>
{{/anchor}}

{{{content}}}