{% for post in posts %}
{% if post.metadata.link %}

{{ post.title }}

{{ post.content }}
{{ post.date | date('Y-m-d') }} {% if post.tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {{ post.visits }}
{% else %} {% if post.cover != none %} {% endif %}

{{ post.title }}

{{ post.date | date('Y-m-d') }} {% if post.tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %} {{ post.visits }}
{{ post.intro }}
{% endif %}
{% endfor %} {% include 'include/paginator.html' %}