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 DotLiquidBespoke will 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 (Hash is a DotLiquid thing), etc.
The DotLiquid project's author is no longer actively maintaining the project. [Fluid](https://github.com/sebastienros/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 `DotLiquidBespoke` will 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 (`Hash` is a DotLiquid thing), etc.
for dox - included template variables cannot alter parent template context (includes with assign do not work the way the custom include_template tag did)
for dox - included template variables cannot alter parent template context (includes with `assign` do not work the way the custom `include_template` tag did)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.