aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/render_in_place.html
blob: 3dff36cd1e8a91e2144266b1f3b9cc0ec737db50 (plain) (blame)
1
2
3
4
5
6
Section 1: {{ s1.render().unwrap() }}
Section 2: {{ s2.render().unwrap()|safe }}
Section 3 for:
{% for s in s3.as_slice() -%}
* {{ s.render().unwrap() }}
{% endfor %}