11 lines
274 B
HTML
11 lines
274 B
HTML
<template name="home">
|
|
<core-toolbar class="blue-grey white-text">
|
|
<core-icon-button icon="menu" core-drawer-toggle></core-icon-button>
|
|
<div flex>
|
|
DiceCloud
|
|
</div>
|
|
</core-toolbar>
|
|
<div class="scroll-y" style="padding: 16px" fit>
|
|
{{> guide}}
|
|
</div>
|
|
</template> |