12 lines
308 B
HTML
12 lines
308 B
HTML
<html
|
|
xmlns:py="http://genshi.edgewall.org/"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
py:strip="" >
|
|
<py:if test="defined('_plugins_templates')">
|
|
<xi:include
|
|
py:for="plugin_template in _plugins_templates"
|
|
href="${plugin_template}" />
|
|
</py:if>
|
|
</html>
|
|
|