diff options
Diffstat (limited to 'testing/templates')
-rw-r--r-- | testing/templates/render_in_place.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/templates/render_in_place.html b/testing/templates/render_in_place.html index 3dff36c..1096588 100644 --- a/testing/templates/render_in_place.html +++ b/testing/templates/render_in_place.html @@ -1,6 +1,6 @@ -Section 1: {{ s1.render().unwrap() }} -Section 2: {{ s2.render().unwrap()|safe }} +Section 1: {{ s1 }} +Section 2: {{ s2|safe }} Section 3 for: {% for s in s3.as_slice() -%} -* {{ s.render().unwrap() }} +* {{ s }} {% endfor %} |