{% extends 'base_angular.html' %} {% set mytitle="ng-repeat across elements" %} {# ----------- title -------------- #} {% block title %}{{ mytitle }}{% endblock %} {# ----------- content ------------- #} {% block content %} {% include 'hello5.md' %}
[[note.label]]
Index of Element: [[$index]]
At Even Position: [[$even]]
At Odd Position: [[$odd]]
First Element: [[$first]]
Middle Element: [[$middle]]
Last Element: [[$last]]

{% endblock %}