2022-02-14 11:03:56 +01:00
|
|
|
{{define "singleArticleHTML"}}
|
|
|
|
|
{{with .article }}
|
|
|
|
|
<div class="article_content">
|
|
|
|
|
<h1 id="title">{{.Title}}</h1>
|
2024-01-29 14:55:20 +01:00
|
|
|
<div class="single_timestamp"> starenovine - {{ .FormatedCreatedAt }}</div>
|
2022-02-14 11:03:56 +01:00
|
|
|
<div class="article_body">
|
|
|
|
|
{{.Content}}
|
|
|
|
|
</div>
|
|
|
|
|
<br><br>
|
|
|
|
|
{{end}}
|
|
|
|
|
{{end}}
|