Displaying articles with tag {% for tag in tags %}{{ tag | link_to_tag }} {% endfor %}

{% for article in articles %} {% if forloop.index < 10 %}

{{ article | link_to_article }}

Posted by {{ article.author.login }}, {{ article.published_at }}

{{ article.body }}

{{ article | link_to_comments }} | Filed Under: {% for section in article.sections %} {{ section | link_to_section }} {% endfor %} | Tags: {% for tag in article.tags %}{{ tag | link_to_tag }}{% endfor %}

{% endif %} {% endfor %}