---json
{
"templating": {
"extends": "templates/layouts/base.html"
},
"features": {
"toolbar": {
"enabled": false
}
},
"styles": [
"resources/css/landing-page.css", "transform/teipublisher.css"
],
"script": {
"custom": [
"resources/scripts/language.js"
]
},
"theme": {
"layout": {
"class": "landing-layout"
}
}
}
---
[% template styles %]
[% endtemplate %]
[% template hero %]
[[ landing:section($context, 'hero', $landing?content, 'landing.odd') ]]
[% endtemplate %]
[[ landing:section($context, 'about', $landing?content, 'landing.odd') ]]
[[ landing:section($context, 'highlights', $landing?content, 'landing.odd') ]]
[[ landing:section($context, 'team', $landing?content, 'landing.odd') ]]
[[ landing:section($context, 'section', $landing?content, 'landing.odd') ]]
[[ landing:section($context, 'partners', $landing?content, 'landing.odd') ]]
[% include "templates/bottom.html" %]
[% include "templates/footer.html" %]