{% if article.s_article_title_html %}{{ article.s_article_title_html|safe }}{% else %}{{ article.s_article_title }}{% endif %}
{% if article.s_article_teaser_html %}
{{ article.s_article_teaser_html|safe }}
{% endif %}
{% if article.s_article_content_html %}
{{ article.s_article_content_html|safe }}
{% endif %}