mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
24 lines
757 B
Plaintext
24 lines
757 B
Plaintext
<raptor-taglib>
|
|
<tlib-version>1.0</tlib-version>
|
|
<namespace>raptor-templates/layout</namespace>
|
|
<namespace>layout</namespace>
|
|
<namespace>http://raptorjs.org/templates/layout</namespace>
|
|
|
|
<tag name="use" renderer="./UseTag">
|
|
<attribute name="template" type="path"/>
|
|
<attribute name="*" remove-dashes="true" />
|
|
<variable name="_layout"/>
|
|
</tag>
|
|
|
|
<tag name="put" renderer="./PutTag">
|
|
<attribute name="into"/>
|
|
<attribute name="value"/>
|
|
<import-variable name="_layout"/>
|
|
</tag>
|
|
|
|
<tag name="placeholder" renderer="./PlaceholderTag">
|
|
<attribute name="name"/>
|
|
<import-variable expression="data.layoutContent" target-property="content"/>
|
|
</tag>
|
|
|
|
</raptor-taglib> |