{% include 'header.twig' %}
{% for post in posts %}
{# Post title #} {% if post.link|length > 0 %} {{ post.title }} {% else %} {{ post.title }} {% endif %} {# Post info #}
{{ post.vote }} votes, {{ post.created|ago }}{{ post.commentsCount }} comments
{% endfor %}
{% include 'footer.twig' %}