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