add dxweb app
[spider.git] / dxweb / templates / layouts / default.html.ep
diff --git a/dxweb/templates/layouts/default.html.ep b/dxweb/templates/layouts/default.html.ep
new file mode 100644 (file)
index 0000000..599c556
--- /dev/null
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<html>
+  <head><title><%= title %></title></head>
+  <body><%= content %></body>
+</html>