chore: create basic template
icyphox icyph0x@protonmail.com
Sat, 17 Mar 2018 19:09:21 +0530
1 files changed,
17 insertions(+),
0 deletions(-)
jump to
A
templates/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html> +<html> +<header> + {{ header }} + <title> + {{ title }} + </title> +</header> + +<body> + {{ body }} +</body> + +<footer> + {{ footer }} + <p> © {{ author }} </p> +<footer>