{% extends "base.html" %} {% block head%} {% endblock %} {% block content%}
{% block maincontent %}
{{ form.csrf_token }}
Links +
{% for x in form.listlink %}
{% if x.icon.data.startswith('http') %} {% else %} {% endif%}
{{ x.form.name.data }}

{% endfor %}
RSS
+
{% for x in form.listrss %}
{{x()}}
{% endfor %}
{% endblock %} {% endblock %}