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