From 8c83a2ef92be845c5ffecb1434028d0c68915936 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 18 Apr 2021 15:44:32 +0200 Subject: Update --- templates/base.html | 61 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 21 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index c7f641c..625b025 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,32 +32,51 @@ - - - + $if(section.is_index)$ + $else$ + $for(menus.main.items)$ + $if(it.active)$ + + + $it.label$ + + + $endif$ + $endfor$ + $endif$ + - $if(section.is_index)$ +
+ $if(section.is_index)$ ${layouts/index()} - $elseif(layout.is_categorized_list)$ + $elseif(layout.is_categorized_list)$ ${layouts/categorized_list()} - $else$ + $else$ ${layouts/page()} - $endif$ + $endif$ + + + + + + + + + + +
${symbols.svg()} -- cgit v1.2.3-54-g00ecf