summaryrefslogtreecommitdiff
path: root/client/templates/layout.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-10 15:26:51 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-10 15:26:51 +0300
commitfbd92e7ca12ddcced8b97c6b816f356ffc1ed80c (patch)
tree52a657c2af7a262297ead57cd47d66636900aa14 /client/templates/layout.html
parent249a424970bf066efcd9c3d1b3a40541e6f66843 (diff)
Rename some routes
Diffstat (limited to 'client/templates/layout.html')
-rw-r--r--client/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html
index b9678a3..a724bed 100644
--- a/client/templates/layout.html
+++ b/client/templates/layout.html
@@ -1,5 +1,5 @@
<template name="layout">
- <h1>Colors</h1>
<button class="logout">logout</button>
+ <hr>
{{> yield}}
</template>