MobileBlur

test_def.html at [6548f791b4]
Login

File applications/examples/views/template_examples/test_def.html artifact 279b8cba35 part of check-in 6548f791b4


{{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>