{{#if no-result}}
	{{{no-result}}}		
{{/if}}

{{#each articles}}
	<article tabindex="-1">
		<a href="{{url}}">
			<header>
				<h1 class="h-standfirst">{{header}}</h1>
			</header>
			<p><span class="date">{{date}}</span> {{text}}</p>
		</a>
	</article>
{{/each}}