mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-28 06:12:23 -06:00
5 lines
83 B
HTML
5 lines
83 B
HTML
<template name="layout">
|
|
{{#ionBody}}
|
|
{{> yield}}
|
|
{{/ionBody}}
|
|
</template>
|