master uint/parados / clients / go / web / library.html
 1<!doctype html>
 2<meta charset="utf-8">
 3<meta name="viewport" content="width=device-width, initial-scale=1">
 4<title>parados</title>
 5<link rel="stylesheet" href="/style.css">
 6
 7<header>
 8	<h1>parados</h1>
 9	<p>items: {{COUNT}}</p>
10	<p><a href="/">home</a></p>
11</header>
12
13<main>
14	<ul>
15		{{ITEMS}}
16	</ul>
17</main>
18