diff --git a/en/homework/README.md b/en/homework/README.md
index 8a5c642..4d95885 100644
--- a/en/homework/README.md
+++ b/en/homework/README.md
@@ -83,12 +83,14 @@ into these:
{{ post.published_date }}
-
{% else %}
-{% endif %}
+ {% endif %}
```
As you noticed, we added {% raw %}`{% else %}`{% endraw %} line here. That means, that if the condition from {% raw %}`{% if post.published_date %}`{% endraw %} is not fulfilled (so if there is no `published_date`), then we want to do the lines with `
```
just under a line with the edit button.