all repos — py-vite @ 7e889b37bc1a5b7f4b5d7630892cdaba87f1e297

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