layout-default.html 119 Bytes
<template name="layoutDefault">
	{{>bertAlert}}
	{{>header}}
	<div class="container">
		{{>yield}}
	</div>
</template>