summaryrefslogtreecommitdiff
path: root/frame.html.templ
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-07 23:36:04 +0100
committerPaul Buetow <paul@buetow.org>2022-04-07 23:36:04 +0100
commit476995151d43db28b78c7e4f2acfcd988c97ee4f (patch)
treea59bd25abcd8069a1f0343e7bbc12c7567c9b7c2 /frame.html.templ
parent94c3f21d7669ae10b81259e74f607880e5ab138e (diff)
use custom operator for shell execution
Diffstat (limited to 'frame.html.templ')
-rw-r--r--frame.html.templ8
1 files changed, 8 insertions, 0 deletions
diff --git a/frame.html.templ b/frame.html.templ
new file mode 100644
index 0000000..4343552
--- /dev/null
+++ b/frame.html.templ
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>{title}</title>
+ </head>
+ <body>
+ {body}
+ </body>
+</html>