From 659821b07e8428790e79de0945bcfe2a4abb162a Mon Sep 17 00:00:00 2001 From: Roman Pavelka Date: Sun, 11 Jun 2017 13:00:16 +0200 Subject: [PATCH] Fix missing body tags in HTML --- en/html/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/html/README.md b/en/html/README.md index 33bedce7b83..a5a59a33c0a 100644 --- a/en/html/README.md +++ b/en/html/README.md @@ -41,8 +41,10 @@ Add the following to your template file: {% filename %}blog/templates/blog/post_list.html{% endfilename %} ```html +

Hi there!

It works!

+ ```