stl:container 容器

通过 stl:container 标签在模板中定义容器,切换上下文

stl:container 标签示例

示例:使用容器切换上下文

下面的例子将容器的上下文设置为栏目。

stl:container 容器
    <stl:container context="Channel">
        <stl:channel type="Title"></stl:channel>
    </stl:container>

解析后的HTML代码: