all repos — py-vite @ b93bd0a4acb34cc47cf1e5f990cc7b81ade8c2d7

the original vite, written in python

vite/example/templates/index.html (view raw)

 1<!DOCTYPE html>
 2<html>
 3<header>
 4	{{ header }}
 5	<title>
 6		{{ title }}	
 7	</title>
 8</header>
 9
10<body>
11	{{ body }}
12</body>
13
14<footer>
15	{{ footer }}
16	<p> © {{ author }} </p>
17<footer>