blob: 4c611a2a31e4f3c736da71022e9fc10280bfaf7f [file] [log] [blame]
-@ var body: String
-@ var title : String = "Apache Karaf WebConsole ${webconsole.version}"
- layout("/WEB-INF/scalate/layouts/headers.jade")
body
.container_12
.grid_12
.grid_4
img(src={uri("/images/karaf-logo.png")})
.grid_8
h1 Apache Karaf WebConsole
p.small
| This page is related to version ${webconsole.version}.
.clear
.grid_3.sidebar
= include("_navigation.conf")
.grid_9
!~~ body
.clear
.grid_12.footer
| © 2008-2011 The Apache Software Foundation
br
| Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation.
.clear