1 <tal:block tal:define="preview here/preview">
2 <tal:block condition="preview">
3 <span tal:replace="structure preview"></span>
5 <tal:block condition="not:preview">
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8 <html xmlns="http://www.w3.org/1999/xhtml" tal:define="global dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=utf-8');">
11 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
14 <body i18n:domain="plinn">
15 <h2 i18n:translate="">No preview available for this file</h2>