diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..c2a7b92 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>{{ title }}</title> + </head> + <body> + {{ content }} + </body> +</html>
\ No newline at end of file |