Files
DiceCloud/rpg-docs/client/views/home/home.html
2015-06-15 13:29:33 +02:00

9 lines
209 B
HTML

<template name="home">
<core-toolbar class="app-grey white-text">
<core-icon-button icon="menu" core-drawer-toggle></core-icon-button>
<div flex>
Home
</div>
</core-toolbar>
{{> intro}}
</template>