---json
{
"features": {
"toolbar": {
"enabled": false,
"progress": {
"subscribe": "search"
}
},
"playground": {
"enabled": true
}
},
"templating": {
"extends": "templates/layouts/content.html"
},
"script": {
"custom": [
"resources/scripts/facets.js",
"resources/scripts/browse.js"
]
},
"theme": {
"layout": {
"before": {
"toggle": false
}
}
}
}
---
[% template styles %]
[% endtemplate %]
[% template hero %]
[% if $context?features?hero %]
[[ $label ]]
[% endif %]
[% endtemplate %]
[% template before-top %]
[% if $context?theme?layout?search = 'before-top' %]
[% endif %]
[% endtemplate %]
[% template before %]
[% if $context?theme?layout?search = 'before' %]
[% endif %]
[% endtemplate %]
[% template content-top %]
[% endtemplate %]