Skip to content

Commit

Permalink
Fix missing body tags in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavelka authored and ekohl committed Jul 17, 2018
1 parent f1df6b6 commit 659821b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ Add the following to your template file:
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
```html
<html>
<body>
<p>Hi there!</p>
<p>It works!</p>
</body>
</html>
```

Expand Down

0 comments on commit 659821b

Please sign in to comment.