summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step03/myapp/default.pt
blob: 3cc98ef92f76027cdb06d27c949014485ab645ff (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:tal="http://xml.zope.org/namespaces/tal">
  <head></head>
  <body>
    <h1>My template is viewing item: ${name}</h1>
    <p>The node has a tag name of: ${node.tag}.</p>
  </body>
</html>