Personal tools
You are here: Home Użytkownicy jeremi sintest.pt

sintest.pt

sintest.pt — HTML, 0Kb

File contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>test</title>
  </head>

  <body>
    <h1>test</h1>

    <tal:block tal:define="m string:geek; 
                           verbose python: 0;
                           max_size python: 20">
      <div metal:use-macro="here/sinBox/macros/sinBox"/>
    </tal:block>
    
    <br/>
    <tal:block tal:define="m string:internet; 
                           verbose python: 1;
                           max_size python: 20">
      <div metal:use-macro="here/sinBox/macros/sinBox"/>
    </tal:block>


  </body>
</html>
Document Actions