blob: f75192b56fb04f0c2cf2ec51f550e89f6dffb661 (
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\">$(echo "$value" | vsvs-parse 'test "$key" == "title" && echo "$value"')</a></li>"')</ul>
</body>
</html>
page <html>
<head><title>$title</title></head>
<body>$content</body>
</html>
|