# HG changeset patch
# User Goffi
- {{- item.content_xhtml|safe if item.content_xhtml is defined else item.content|urlize -}} -
+ {% if item.content_xhtml is defined %} + {{item.content_xhtml|safe}} + {% else %} ++ {{- item.content|urlize -}} +
+ {% endif %} {% for comments_data in item.comments %} {% for item in comments_data['items'] %} {% include 'blog/item.html' %} diff -r d28816a65b7f -r e982a05d43b1 sat_templates/templates/bulma/static/styles.css --- a/sat_templates/templates/bulma/static/styles.css Fri Oct 15 18:02:51 2021 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Thu Oct 21 17:19:39 2021 +0200 @@ -102,6 +102,11 @@ border: 0 !important; } +.is-text-content { + white-space: break-spaces; +} + + a.is-wrapping { line-height: 0; }