lessmore/templates/views/root.html

18 lines
317 B
HTML
Raw Normal View History

2021-04-02 18:03:28 +03:00
{{ template "header" . }}
2021-03-25 18:11:00 +03:00
{{ template "style" }}
2021-03-30 19:47:25 +03:00
<div class="container-fluid mt-5">
2021-03-25 18:11:00 +03:00
<div class="row">
2021-04-02 17:11:12 +03:00
<div class="col-2 hideit">
2021-03-25 18:11:00 +03:00
{{ template "echoes" . }}
</div>
2021-04-02 17:11:12 +03:00
<div class="col-sm col-9 text-primary">
2021-03-25 18:11:00 +03:00
{{ template "latest posts" . }}
</div>
</div>
</div>
{{ template "footer" . }}