RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
155 stars 30 forks source link

`$` issue in templates #210

Closed apexdodge closed 1 week ago

apexdodge commented 1 week ago

There appears to be an issue with $ character when paired with another character in the template engine.

For example:

$xyz is problematic $ xyz is fine.

Likely has to do with {% renderbody %} tag being found / replaced.