From cf9159cdd0173282b466d702c615fa92f2ecfe15 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Jan 2017 21:13:44 +0100 Subject: wat --- templates/layouts/default.html.ep | 19 +++++++++++++++++++ 1 file changed, 19 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..8105c9b --- /dev/null +++ b/templates/layouts/default.html.ep @@ -0,0 +1,19 @@ + + + + <%= stash('title') // 'picomon' %> + + +% if ($self->stash('refresh_interval')) { + +% } + + + %= stylesheet '/static/default.css' + + + +%= content + + + -- cgit v1.2.3