feat(templates): add new normal.html template
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:38:40 +0530
2 files changed,
20 insertions(+),
0 deletions(-)
M
templates/index.html
→
templates/index.html
@@ -17,6 +17,7 @@ <body>
{{ body }} </body> +<hr /> <footer> {{ footer }} <p> {{ author }} </p>
A
templates/normal.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + {{ header }} + <title> + {{ title }} + </title> +</header> + +<body> + {{ body }} +</body> + +<hr /> +<footer> + {{ footer }} + <p> {{ author }} </p> +<footer>