Blame view

client/layouts/layout-default.html 119 Bytes
d1f4dbea8   Ryan Glover   Additional README...
1
  <template name="layoutDefault">
c8b07469e   Ryan Glover   Add themeteorchef...
2
  	{{>bertAlert}}
39a8af161   Ryan Glover   Add bootstrap hea...
3
4
5
6
  	{{>header}}
  	<div class="container">
  		{{>yield}}
  	</div>
d1f4dbea8   Ryan Glover   Additional README...
7
  </template>