First Pass

This commit is contained in:
2026-04-22 14:40:59 +02:00
parent 5eb15e6cbe
commit 46ee62740e
19 changed files with 1919 additions and 35 deletions
+29
View File
@@ -0,0 +1,29 @@
<div data-widget-area="header">
{{{ each widgets.header }}}
{{widgets.header.html}}
{{{ end }}}
</div>
<div class="row flex-fill py-2 westgate-categories-page">
<div class="{{{ if widgets.sidebar.length }}}col-lg-9 col-sm-12{{{ else }}}col-lg-12{{{ end }}}">
{{{ if pagination.pages.length }}}
<div><!-- IMPORT partials/category/selector-dropdown-left.tpl --></div>
{{{ end }}}
<ul class="categories-list westgate-categories-list list-unstyled" itemscope itemtype="http://www.schema.org/ItemList">
{{{ each categories }}}
<!-- IMPORT partials/categories/item.tpl -->
{{{ end }}}
</ul>
<!-- IMPORT partials/paginator.tpl -->
</div>
<div data-widget-area="sidebar" class="col-lg-3 col-sm-12 {{{ if !widgets.sidebar.length }}}hidden{{{ end }}}">
{{{ each widgets.sidebar }}}
{{widgets.sidebar.html}}
{{{ end }}}
</div>
</div>
<div data-widget-area="footer">
{{{ each widgets.footer }}}
{{widgets.footer.html}}
{{{ end }}}
</div>