{{ article.date }}

{{ article.title }}

{% if article.get_tags %}
{% include 'styleguide2/includes/molecules/tags/inline_tags.html' with tags=article.get_tags tags_are_selectable=True %}
{% endif %}