diff options
Diffstat (limited to 'src/main/resources/views/layout.rocker.html')
-rw-r--r-- | src/main/resources/views/layout.rocker.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/views/layout.rocker.html b/src/main/resources/views/layout.rocker.html index f292e24..3e3fb5e 100644 --- a/src/main/resources/views/layout.rocker.html +++ b/src/main/resources/views/layout.rocker.html @@ -13,8 +13,9 @@ <title>@title</title> </head> <body> -@content - +<div class="main"> + @content +</div> <script src="/js/prefetch.js"></script> @js </body> |