Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <tal:block tal:define="id_content python:here.request.get('id_content', None)" tal:condition="id_content">
- <tal:block tal:define="conteudo python:getContent(id_content)">
- <div tal:content="structure python:renderLinks(conteudo['dados']['corpo'])"></div>
- </tal:block>
- </tal:block>
Advertisement
Add Comment
Please, Sign In to add comment