summaryrefslogtreecommitdiff
path: root/client/templates/layout.html
blob: a724bedd2acb9a8e12e33295a951a7d49af50ff5 (plain)
1
2
3
4
5
<template name="layout">
  <button class="logout">logout</button>
  <hr>
{{> yield}}
</template>