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