vte:literal

vte:literal disregards vte descendant tags and prints them unchanged.

Example:

<vte:literal>
    <vte:foreach item="article" from="{article_list}">
        <vte:value select="{article.get_title}" />
    </vte:foreach>
</vte:literal>