biofriction-wp-theme/node_modules/panini/test/fixtures/helper-repeat/pages/index.html

4 lines
52 B
HTML
Raw Normal View History

2021-10-26 14:18:09 +02:00
{{#repeat 5}}
<p>Repeat {{@index}}!</p>
{{/repeat}}