{% extends host_template %} {% load i18n %} {% block content %}
{% if CYCLOPE_SITE_SETTINGS.enable_follow_buttons and options.show_social_buttons %} {% for service, username in CYCLOPE_SITE_SETTINGS.social_follow_services %} {% if username != "USERNAME" %} {% endif %} {% endfor %} {% endif %} {% if options.show_rss %} {% endif %}
{% endblock %}