From 21643b053d8d4097f7bb51463a1562738b82892d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 2 Sep 2018 21:41:33 +0200 Subject: Initial commit --- templates/layouts/default.html.ep | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/layouts/default.html.ep (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep new file mode 100644 index 0000000..5e0091c --- /dev/null +++ b/templates/layouts/default.html.ep @@ -0,0 +1,29 @@ + + + + <%= stash('title') // 'travelynx' %> + + + %= stylesheet '/static/css/materialize.min.css' + %= stylesheet '/static/css/material-icons.css' + %= stylesheet '/static/css/local.css' + %= javascript '/static/js/jquery-2.2.4.min.js' + %= javascript '/static/js/materialize.min.js' + + + + + +
+ %= content +
+ + + -- cgit v1.2.3