Blame view

client/templates/layouts/default.html 140 Bytes
77001041a   Ryan Glover   add support for F...
1
  <template name="default">
c8b07469e   Ryan Glover   Add themeteorchef...
2
  	{{>bertAlert}}
39a8af161   Ryan Glover   Add bootstrap hea...
3
4
  	{{>header}}
  	<div class="container">
77001041a   Ryan Glover   add support for F...
5
  		{{> Template.dynamic template=yield}}
39a8af161   Ryan Glover   Add bootstrap hea...
6
  	</div>
d1f4dbea8   Ryan Glover   Additional README...
7
  </template>