mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-27 14:22:21 -06:00
11 lines
221 B
HTML
11 lines
221 B
HTML
<template name="ionView">
|
|
{{#if title}}
|
|
{{#contentFor "headerTitle"}}
|
|
<h1 class="title">{{title}}</h1>
|
|
{{/contentFor}}
|
|
{{/if}}
|
|
|
|
<div class="{{classes}}">
|
|
{{> UI.contentBlock}}
|
|
</div>
|
|
</template>
|