all repos — py-vite @ 997667db55fcd0fed5d73ba99cc452333df790ce

the original vite, written in python

chore: create basic template
icyphox icyph0x@protonmail.com
Sat, 17 Mar 2018 19:09:21 +0530
commit

997667db55fcd0fed5d73ba99cc452333df790ce

parent

5633bfb10f7132fd5661f49c2f4a0b2e031d476f

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>