{% extends "layout.html" %} {% block body %}
{% include 'sidebar.html' %}
Settings {% for setting, value in settings.items() %} {% if setting == "acceptable_elements" %} {% else %} {% endif %} {% endfor %}

    {% if subscriptions %} {% for feed in subscriptions %}
  • {{ feed.title }} (remove)
  • {% endfor %} {% else %} No subscriptions... {% endif %}
Import

Export
{% endblock %}