Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Support for changing or escaping delimiters #30

@davemerrill

Description

@davemerrill

Wondering how to handle the (unlikely but possible) case where {{ or }} is needed in a template.

As I understand it, Mustache supports this syntax to change delimiters before compiling:

Mustache.tags = ["[[", "]]"];

It also supports changing delimiters on the fly like this:

{{=<% %>=}}

Far as I can see, neither of those variants are supported by MustacheCFC. Am I right about that? If so, could they be, or are there other alternatives?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions