go-examples/webcounter/tpl.html
2017-07-28 20:47:26 +02:00

9 lines
129 B
HTML

<!DOCTYPE html>
<html>
<head><title>Webcounter</title></head>
<body>
<p>Number of visits: {{ . }}</p>
</body>
</html>