This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<tal:block tal:define="rss python:getPaginaByTemplate(env_site=1, id_template=18)"> | |
<item tal:repeat="item rss"> | |
<nome tal:content="item/titulo"> | |
</nome> | |
<link tal:content="python:getUrlByPagina(item['id_pagina'])"> | |
</link> | |
</item> | |
</tal:block> |
NewerOlder