meteor-ionic/components/ionView/ionView.html
2015-04-15 16:14:35 +02:00

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>