quadrille-elsa.fr/themes/zhaohuabing/layouts/search/list.html
Adrian Amaglio c5b2a334f7 init
2023-09-18 21:27:59 +02:00

19 lines
425 B
HTML

{{ define "main" }}
<div class="container">
<div class="row">
<!-- USE SIDEBAR -->
<!-- Post Container -->
<div class="
col-lg-8 col-lg-offset-1
col-md-8 col-md-offset-1
col-sm-12
col-xs-12
post-container
">
{{ partial "search.html" . }}
</div>
{{ partial "sidebar.html" . }}
</div>
</div>
{{ end }}