summaryrefslogtreecommitdiff
path: root/tests/data/template.html.out
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-05-06 23:32:25 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-05-06 23:32:25 +0200
commitcf138a415b0fbfa5153deec693f1310547f359b2 (patch)
tree106de43225a4ac3ea4c3b71b7dbf8d99fdd5b2c7 /tests/data/template.html.out
parent738fd3d1ad36c7d799d2f47ed31022bfd86b88f4 (diff)
downloadhakyll-cf138a415b0fbfa5153deec693f1310547f359b2.tar.gz
Implement foreach structure
Diffstat (limited to 'tests/data/template.html.out')
-rw-r--r--tests/data/template.html.out15
1 files changed, 14 insertions, 1 deletions
diff --git a/tests/data/template.html.out b/tests/data/template.html.out
index 5c201e2..8047b0d 100644
--- a/tests/data/template.html.out
+++ b/tests/data/template.html.out
@@ -1,12 +1,25 @@
<div>
I'm so rich I have $3.
- test
+
I have body
+
+
should be printed
+
+ <ul>
+
+ <li>Jan</li>
+
+ <li>Piet</li>
+
+ </ul>
+
+ Jan, Piet
+
<p>This is an example.</p>
</div>