go-examples/tpl-ex1/tpl.html

8 lines
112 B
HTML
Raw Normal View History

2017-07-26 18:34:08 +00:00
<!DOCTYPE html>
<html>
<head><title>Test tpl 1</title></head>
<body>
<h1>{{ . }}</h1>
</body>
</html>