diff options
Diffstat (limited to 'client/templates/layout.html')
| -rw-r--r-- | client/templates/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html new file mode 100644 index 0000000..b9678a3 --- /dev/null +++ b/client/templates/layout.html @@ -0,0 +1,5 @@ +<template name="layout"> + <h1>Colors</h1> + <button class="logout">logout</button> +{{> yield}} +</template> |
