diff options
Diffstat (limited to 'testing/templates/render_in_place.html')
-rw-r--r-- | testing/templates/render_in_place.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/templates/render_in_place.html b/testing/templates/render_in_place.html new file mode 100644 index 0000000..3dff36c --- /dev/null +++ b/testing/templates/render_in_place.html @@ -0,0 +1,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 %} |