diff options
Diffstat (limited to 'article/template')
-rw-r--r-- | article/template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/article/template b/article/template new file mode 100644 index 0000000..fec42d7 --- /dev/null +++ b/article/template @@ -0,0 +1,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> |