{% macro tagsWidget(linkPrefix) %} {% if tags %}

Tags

{% endif %} {% endmacro %} {% macro pollWidget(postPath) %} {% if poll %}

Vote

{# poll.title #}

{% each answer in poll.answers %} {% endeach %}
{% endif %} {% endmacro %} {% macro articlesSnippetList(thumbMapper) %} {% each article in articles %} {% if loop.first %}
{% else %}
{% endif %}

{# article.title #}

{# article.summary #}
{% endeach %} {% endmacro %} {% macro pagination(urlPrefix) %} {% endmacro %} {% macro pollStats() %} {% endmacro %}