golang-exercises/hello-template/assets/index.html

6 lines
69 B
HTML
Raw Permalink Normal View History

2024-05-04 11:30:37 +02:00
<html>
<body>
<p>Hello {{ .userAgent }}!</p>
</body>
</html>