Skip to content
Jesper Ek edited this page Dec 2, 2013 · 1 revision

Example

{% for i in range(0, 3) %}
  {% ia module='Module',view=i,id=i,name='Testing inline-admin' %}
    <div class="post">  
    testing {{ i }}
    </div>
  {% endia %}
{% endfor %}
Clone this wiki locally