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