Artifact 279b8cba3556228bfd2d07aeb2fd7cada5636833:
- File applications/examples/views/template_examples/test_def.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 211) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} {{def itemlink(name):}}<li>{{=A(name,_href=name)}}</li>{{return}} <ul> {{itemlink('http://www.google.com')}} {{itemlink('http://www.yahoo.com')}} {{itemlink('http://www.nyt.com')}} </ul>