You can copy the yaml-code below and use it as frontmatter for an example page.
You can paste this URL into GitHub Issues to share your setup when filing bugs or questions
Handlebars:
Template
{{> (whichPartial) }}
dynamicPartial
[rename] [delete]
Dynamo!
Preparation-Script
Handlebars.registerHelper('whichPartial', function(context, options) { return 'dynamicPartial' });
Input
null
Output
Dynamo!