diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-07 10:20:37 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-07 10:20:37 +0300 |
commit | 30cff0f11149ea2a85b025d143aa4a46369c87f0 (patch) | |
tree | 39179bdb40a12c297be70bf8a646d5ea2d69c274 /article/template | |
parent | 8bb86acc75a348599c706c89715d71b2eae6bed0 (diff) | |
download | vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.tar vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.tar.xz vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.zip |
.
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> |