{% extends 'public/base.html' %}
{% block title %}{{ site_name|default('旺珂') }} · 友情链接{% endblock %}
{% block subtitle %}合作伙伴、推荐站点与互链往来 · 共 {{ total|default(0) }} 个{% endblock %}
{% block content %}
{% if groups and (groups|length) > 0 %}
{% for category, items in groups.items() %}
{{ category }}