summaryrefslogtreecommitdiff
path: root/article/template
blob: fec42d7c530ee64527090f75b92fd8856661df86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
list
 page <html>
  <head><title>List of articles</title></head>
  <body>
  <p>Here are some articles for you:</p>
  <ul>$list</ul>
  </body>
  </html>
 item <li><a href=\"$id\">$title</a></li>
page <html>
 <head><title>$title</title></head>
 <body>$content</body>
 </html>