File: template.html

package info (click to toggle)
cherrypy 0.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,324 kB
  • ctags: 1,759
  • sloc: python: 14,411; sh: 6,915; perl: 2,472; makefile: 76
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
<html><body>
    Hello, <py-eval="name">
    <py-if="1==0">
        Not OK
    </py-if><py-else>
        OK
    </py-else>
</body></html>