praktikum 3

This commit is contained in:
darthsandmann
2017-01-16 23:32:28 +01:00
parent 41af35a624
commit 0ef842e09e
171 changed files with 22681 additions and 27 deletions

View File

@ -0,0 +1,6 @@
<!-- Template -->
@let loop_i;@
@for loop_i=0; loop_i < context.length; loop_i++@
<a href="##" data-action="#context[loop_i].action#">#context[loop_i].text#</a>
@endfor@