Member Junction
    Preparing search index...

    A Nunjucks template expression: {{ variable | filter1 | filter2 }}

    interface TemplateExprFragment {
        Kind: "template-expr";
        Raw: string;
        Variable: string;
    }
    Index

    Properties

    Properties

    Kind: "template-expr"
    Raw: string

    The raw text including {{ and }}

    Variable: string

    The variable name (first token after {{)