hard-code text/tab-separated-values mime type
[MojoFacets.git] / templates / layouts / default.html.ep
index 10fefb3..7251730 100644 (file)
@@ -1,4 +1,14 @@
 <!doctype html><html>
-    <head><title>Welcome</title></head>
-    <body><%== content %></body>
+<head>
+<meta charset=utf-8>
+<title><%= session('path') || 'Mojo Facets' %></title>
+<link type="text/css" href="/mojo_facets.css" rel="stylesheet" />
+</head>
+<body>
+
+<%= include 'admin' %>
+
+<%== content %>
+
+</body>
 </html>