brie-aurore/Brie/brie/templates/plugins.html
2013-03-30 23:50:39 +01:00

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>