all repos — py-vite @ d652d5587c8252c1040f5dc2057f9360c2089ab7

the original vite, written in python

example/templates/index.html (view raw)

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