@eagleoutice/flowr - v2.13.15
    Preparing search index...
    interface StringTemplateConfiguration {
        close?: string;
        markup?: boolean;
        open?: string;
    }
    Index
    close?: string

    what closes it, } unless given

    markup?: boolean

    whether {.cls ...} styles its content instead of evaluating it, as cli does

    open?: string

    what opens an interpolation, { unless given