Member Junction
    Preparing search index...

    A Nunjucks block tag region: {% if/for/set %} ... {% endif/endfor %}

    interface BlockFragment {
        BlockType: "if" | "for" | "set" | "other";
        Kind: "block";
        Raw: string;
    }
    Index

    Properties

    Properties

    BlockType: "if" | "for" | "set" | "other"

    Block type

    Kind: "block"
    Raw: string

    The raw text of the entire block including tags