comparison taginthemiddle/templates/tags.html @ 14:86118cd8912e

display what tags we are talking about
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 05 May 2010 22:45:25 -0700
parents 1ae2f98f9675
children
comparison
equal deleted inserted replaced
13:af87537031b0 14:86118cd8912e
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Tags</title> 3 <title>${' + '.join(tags)}</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 </body> 6 </body>
7 </html> 7 </html>