summaryrefslogtreecommitdiff
path: root/example/templates/src/articles.html
diff options
context:
space:
mode:
Diffstat (limited to 'example/templates/src/articles.html')
-rw-r--r--example/templates/src/articles.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/templates/src/articles.html b/example/templates/src/articles.html
index 108a3b8..0f20aeb 100644
--- a/example/templates/src/articles.html
+++ b/example/templates/src/articles.html
@@ -46,4 +46,7 @@
<ste:repeat n="10">
<p>Bla</p>
</ste:repeat>
+
+ <h3>Get a variable's content dynamically</h3>
+ <ste:get var="${foo}[$bar]" />
</ste:block>