instead of requiring an explicit template value, i think it makes a lot of sense to just find a template with the same name as the md file?
so assuming content/index.md and templates/index.hbs exist, index.md would currently need this to find the template:
---
template: index.hbs
---
but if they have the same name, does this value really need to be explicit? where does the global default template value fit in here? is it even helpful to have that?
instead of requiring an explicit template value, i think it makes a lot of sense to just find a template with the same name as the md file?
so assuming
content/index.mdandtemplates/index.hbsexist,index.mdwould currently need this to find the template:but if they have the same name, does this value really need to be explicit? where does the global default
templatevalue fit in here? is it even helpful to have that?