martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
425 stars 24 forks source link

Override template loaders #216

Closed treagod closed 7 months ago

treagod commented 7 months ago

Adds the option to manually define the template loaders. When setting templates.loaders all other template loader options will be ignored.

Closes #15