blob: ee49943ec0c7245f798c6255ca7744339391c961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
list
<html>
<head><title>List of articles</title></head>
<body>
<p>Here are some articles for you:</p>
<ul>$(echo "$articles" | vsvs-parse 'echo "<li><a href=\"$key\">$title</a></li>"')</ul>
</body>
</html>
page <html>
<head><title>$title</title></head>
<body>$content</body>
</html>
|