mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Render blog posts data
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
{{ template "menu.go.tmpl" . }}
|
||||
</div>
|
||||
|
||||
<!-- render posts -->
|
||||
<div class="posts-container">
|
||||
{{ range .Posts }}
|
||||
{{ template "post.go.tmpl" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user