{% if article.title.count > 0 %}
0 %} style="padding-bottom: 20px"{% endif %}>
{{ article.title|escape }}
{% endif %}
{% if article.content.count > 0 %}
{% if current_item_type == "blog" %}
{{ content_html }}
{% else %}
{% if article.contentRendered.count > 0 %}
{{ article.contentRendered }}
{% else %}
{{ article.content }}
{% endif %}
{% endif %}
{% endif %}
{% if article.tags.count > 0 %}
{% endif %}