{% extends "base.html" %} {% block title %}{{ site.name }} - 多逐鹿导航{% endblock %} {% block content %}

{{ site.name }}

{{ '公开' if site.is_public else '私有' }} {% if site.category %} {{ site.category.name }} {% endif %}
{% if site.description %}

{{ site.description }}

{% endif %}
{% if site.custom_icon %} 图标 {% elif site.icon %} 图标 {% else %} 图标 {% endif %}
{{ site.name }}
访问站点
分类: {% if site.category %} {{ site.category.name }} {% else %} 未分类 {% endif %}
添加时间: {{ site.created_at.strftime('%Y-%m-%d %H:%M') }}
{% if current_user.is_authenticated and (current_user.id == site.user_id or current_user.is_admin) %} {% endif %}
相关操作

您可以访问、编辑或分享此站点。

访问站点 {% if current_user.is_authenticated and (current_user.id == site.user_id or current_user.is_admin) %} 编辑站点 {% endif %}
{% endblock %}