all repos — py-vite @ 070fba970f049509c25cf017fc6a40c3f57b10e9

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