diff options
| author | Paul Buetow <paul@buetow.org> | 2022-04-07 23:36:04 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-04-07 23:36:04 +0100 |
| commit | 476995151d43db28b78c7e4f2acfcd988c97ee4f (patch) | |
| tree | a59bd25abcd8069a1f0343e7bbc12c7567c9b7c2 /frame.html.templ | |
| parent | 94c3f21d7669ae10b81259e74f607880e5ab138e (diff) | |
use custom operator for shell execution
Diffstat (limited to 'frame.html.templ')
| -rw-r--r-- | frame.html.templ | 8 |
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> |
