Child: [a4fcd5] (diff)

Download this file

link_opera.html    12 lines (11 with data), 488 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<body>
<h2><a href="$href" target="_blank">$data.title</a></h2>
By <a href="$data.author_url" target="_blank">$data.author_name</a>
Contains ${len(data.images.image)} Images
</body>
</html>