blob: 7e387b9dc4efe291a346ae5ebd0d7df69228bf72 (
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>
|