6 lines
84 B
HTML
6 lines
84 B
HTML
|
<template name="layout">
|
||
|
<div>
|
||
|
{{>header}}
|
||
|
</div>
|
||
|
{{> yield}}
|
||
|
</template>
|