meteor-ionic/showcase/client/layout.html
2014-12-16 19:01:59 -08:00

5 lines
83 B
HTML

<template name="layout">
{{#ionBody}}
{{> yield}}
{{/ionBody}}
</template>