all repos — py-vite @ 8a089a5dcc65d62f2b0c196281d72708e92ea948

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