comparison examples/tutorial/geddit/templates/index.html @ 633:d648cd694286

GenshiTutorial: add body class to show that the ''@*'' XPath in the match template works.
author cmlenz
date Wed, 05 Sep 2007 12:39:56 +0000
parents 693a7212b348
children
comparison
equal deleted inserted replaced
632:c5e5801c32ac 633:d648cd694286
6 <head> 6 <head>
7 <title>News</title> 7 <title>News</title>
8 <link rel="alternate" type="application/atom+xml" title="Geddit" 8 <link rel="alternate" type="application/atom+xml" title="Geddit"
9 href="${url('/feed/')}" /> 9 href="${url('/feed/')}" />
10 </head> 10 </head>
11 <body> 11 <body class="index">
12 <h1>News</h1> 12 <h1>News</h1>
13 13
14 <ol py:if="links" class="links"> 14 <ol py:if="links" class="links">
15 <li py:for="link in links"> 15 <li py:for="link in links">
16 <a href="${link.url}">${link.title}</a> 16 <a href="${link.url}">${link.title}</a>
Copyright (C) 2012-2017 Edgewall Software