all repos — py-vite @ 01a0f1b58711174f86c0a6b3ab8104556503c564

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