{% extends 'frontend/base.html' %} {% block title %}{{ article.title }} - {{ g.site_config.site_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

{{ article.title }}

{% if article.tags %} {% endif %}
{% if article.summary %}
摘要:{{ article.summary }}
{% endif %} {% if article.cover_image %}
{{ article.title }}
{% endif %}
{% if article.author and article.author.bio %}
{% if article.author.avatar %} {{ article.author.name }} {% endif %}

{{ article.author.name }}

{{ article.author.bio }}

{% if article.author.website %} 个人主页 {% endif %}
{% endif %} {% if article.references.all() %}

📚 参考来源

{% endif %} {% if article.attachments.all() %}

📎 相关附件

{% endif %}
{% endblock %}