{# General Category Tempalte ========================= #} {# Import Section Grouping Macro #} {% import '_macros/section-macro.html' as sectionSelect %} {# Extract Template Handle #} {% set templateHandle = sectionSelect.cat(category) %} {# Subtemplate Setup #} {% set _t = { sectionHomeURL: templateHandle, bodyclass: templateHandle ~ ' category ' ~ category|lower, sectiontype: templateHandle, limit: 12, templatename: 'general/category' } %} {% extends '_layout/main-layout.html' %} {% block content %}