Index: experimental/webtry/templates/index.html |
diff --git a/experimental/webtry/templates/index.html b/experimental/webtry/templates/index.html |
index 58b7e3578d59c2aa7f3c007abff1dbcdf072217f..e85f79880db317b026be5543ebf6efc1b22bfbdb 100644 |
--- a/experimental/webtry/templates/index.html |
+++ b/experimental/webtry/templates/index.html |
@@ -6,8 +6,13 @@ |
<link rel='import' type='text/html' href='/res/imp/zoom.html'> |
</head> |
<body> |
- {{template "titlebar.html" .}} |
- {{template "content.html" .}} |
+ <div id="wrapper"> |
+ {{template "titlebar.html" .}} |
+ <div id="lower-wrapper"> |
+ {{template "sidebar.html" .}} |
+ {{template "content.html" .}} |
+ </div> |
+ </div> |
<script type='text/javascript'> |
// Not running in a workspace. |