From fa1b95982a05ca860ada827b9fbdc9def1ac8952 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 21 Sep 2011 00:15:45 +0200 Subject: Added documentation, an example program and fixed some bugs... --- example/templates/src/articles.html | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 example/templates/src/articles.html (limited to 'example/templates/src/articles.html') diff --git a/example/templates/src/articles.html b/example/templates/src/articles.html new file mode 100644 index 0000000..e007f3e --- /dev/null +++ b/example/templates/src/articles.html @@ -0,0 +1,49 @@ + + +Lets overwrite the content section + +

Some Articles

+ +

$article[title]

+
Author: $article[author]
+
d. M. Y, H:i:s
+
+ + + + First entry, lets show the whole text + $article[full] + + + $article[excerpt] + + +
+
+
+ There are more than 3 articles? + + + + +

There are more articles.

+
+
+ +

Some more useless demo stuff...

+

Counting from 10 to 0...

+

but take only the even ones and multiply by 5...

+ + + $i + + $i * 5
+
+
+
+ +

Repeat some text...

+ +

Bla

+
+
-- cgit v1.2.3-54-g00ecf