{{ article.title }}
{% if show_excerpt and 'content.excerpts' in site.theme_config.features %}{% if article.metadata.get('description') %} {{ article.metadata.get('description') }} {% elif article.content %} {{ article.content | strip_html | excerpt(150) }} {% endif %}
{% endif %} {% if article.tags %} {% endif %}