diff options
Diffstat (limited to 'client/templates/layout.html')
| -rw-r--r-- | client/templates/layout.html | 2 |
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> |
