<!-- Site Navigation -->
<ul class="nav">
  {{#each nav }}
		{{> navigation/navitem this }}
	{{/each }}
</ul>
