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