Essais html

This commit is contained in:
Laurent Ulrich
2025-07-31 17:22:03 +02:00
parent 8877efaeca
commit 31476615a8

View File

@@ -8,10 +8,19 @@
<body>
<h1>{{.Title}}</h1>
{{range .Posts}}
<a href=/proxy/8080/post/{{ .Id }}>
<h2>{{.Title}}</h2>
</a>
<p>{{.HTML}}</p>
<article>
<a href=/proxy/8080/post/{{ .Id }}>
<h2>{{.Title}}</h2>
</a>
<div>
{{.HTML}}
</div>
<footer>
<p>
{{.Date}}
</p>
</footer>
</article>
{{ end }}
</body>