From d8c43cd29b41caaa2090bd3a26391af5fa5acdd7 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 28 Dec 2025 17:48:17 +0100 Subject: [PATCH] feat: add a shared html layout --- templates/layouts/default.html.ep | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/layouts/default.html.ep diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep new file mode 100644 index 0000000..f3371ed --- /dev/null +++ b/templates/layouts/default.html.ep @@ -0,0 +1,12 @@ + + + + <%= stash('title') || 'Urupam' %> + + + <%= stylesheet '/css/app.css' %> + + + <%= content %> + +