go-examples/webcounter/tpl.html

9 lines
129 B
HTML
Raw Normal View History

2017-07-28 18:47:26 +00:00
<!DOCTYPE html>
<html>
<head><title>Webcounter</title></head>
<body>
<p>Number of visits: {{ . }}</p>
</body>
</html>