{% extends "base.html" %} {% block title %}Feed{% endblock %} {% block content %}
{% if entry.summary %} Summary {% endif %} {% if entry.content %} Content {% endif %}
{% if entry.summary %} {# This is hidden by default, it is only visible if we click the button from above #}