Skip to content

Commit 659821b

Browse files
rpavelkaekohl
authored andcommitted
Fix missing body tags in HTML
1 parent f1df6b6 commit 659821b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/html/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ Add the following to your template file:
4141
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
4242
```html
4343
<html>
44+
<body>
4445
<p>Hi there!</p>
4546
<p>It works!</p>
47+
</body>
4648
</html>
4749
```
4850

0 commit comments

Comments
 (0)