all values must be arrays
[MojoFacets.git] / templates / layouts / default.html.ep
1 <!doctype html><html>
2 <head>
3 <meta charset=utf-8>
4 <title><%= session('path') || 'Mojo Facets' %></title>
5 <link type="text/css" href="/mojo_facets.css" rel="stylesheet" />
6 </head>
7 <body>
8
9 <%= include 'admin' %>
10
11 <%== content %>
12
13 </body>
14 </html>