Change Liquid engine to Fluid #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The DotLiquid project's author is no longer actively maintaining the project. Fluid is a similar library that is actively maintained. Most of the templates should be able to be rendered by a different engine, but the filters and tags under
DotLiquidBespokewill need to be modified to work with Fluid's way of doing things. There may also be some differences in handling parsed templates, how values are passed (Hashis a DotLiquid thing), etc.The backend for this is thought-good; leaving this issue open for tweaks that may be needed
for dox -
dateis nowformat_dateLeaving this open until I test the custom
wherefilter with other templates; it works with the default one.For dox -
subtitleis now non-nullable stringfor dox - included template variables cannot alter parent template context (includes with
assigndo not work the way the custominclude_templatetag did)The default theme and all four themes have been successfully moved to Fluid; this is ready to go in v3.