Essais html
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user