You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/django_templates/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To print a variable in Django templates, we use double curly brackets with the v
19
19
{{ posts }}
20
20
```
21
21
22
-
Try this in your `blog/templates/blog/post_list.html` template. Open it up in the code editor, and replace everything from the second`<div>`to the third `</div>` with `{{ posts }}`. Save the file, and refresh the page to see the results:
22
+
Try this in your `blog/templates/blog/post_list.html` template. Open it up in the code editor, and replace the existing`<article>`blocks with `{{ posts }}`. Save the file, and refresh the page to see the results:
0 commit comments