diff options
Diffstat (limited to 'templates/default.html')
| -rw-r--r-- | templates/default.html | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/templates/default.html b/templates/default.html index 52c4b44..ca9aee0 100644 --- a/templates/default.html +++ b/templates/default.html @@ -1,12 +1,6 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>My Stuffs - $title$</title> - </head> - <body> - <h1>$title$</h1> - $body$ - </body> +<html> +{{> head.html}} +<body> +aaaaaa +</body> </html> |
