Essais html
This commit is contained in:
@@ -8,10 +8,19 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>{{.Title}}</h1>
|
<h1>{{.Title}}</h1>
|
||||||
{{range .Posts}}
|
{{range .Posts}}
|
||||||
<a href=/proxy/8080/post/{{ .Id }}>
|
<article>
|
||||||
<h2>{{.Title}}</h2>
|
<a href=/proxy/8080/post/{{ .Id }}>
|
||||||
</a>
|
<h2>{{.Title}}</h2>
|
||||||
<p>{{.HTML}}</p>
|
</a>
|
||||||
|
<div>
|
||||||
|
{{.HTML}}
|
||||||
|
</div>
|
||||||
|
<footer>
|
||||||
|
<p>
|
||||||
|
{{.Date}}
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
</article>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user