voidway/templates/index.html

4 lines
73 B
HTML
Raw Normal View History

2024-12-22 22:44:41 +04:00
<html>
<h1>hi</h1>
<p>this is a test from {{ .test }}</p>
</html>