{% extends "feeds/index.html" %} {% load more_like_this %} {%block breadcrumb %}
{%endblock%} {% block title %} {{ node.title }} {% endblock %} {% block additional_scripts_start %} {% endblock %} {% block content %}via: {{node.feed.name}}
{% if node.tags %}Tags: {% for t in node.tags.all %}{{t}} {% endfor %}
{% endif %}