{% extends 'SkobkinPointToolsBundle:Post:base_feed.html.twig' %} {% block header_title %}{{ feed_title }} @ Point Tools{% endblock %} {% block content %} {% if is_feed is defined %} {% endif %} {% for post in posts %}
{% include 'SkobkinPointToolsBundle:Post:post.html.twig' with { 'post': post, 'is_feed': is_feed } %}
{% endfor %} {% if is_feed is defined %} {% endif %} {% endblock %}