{% extends 'admin/base.html' %} {% block title %}{% if article %}编辑文章{% else %}新建文章{% endif %}{% endblock %} {% block page_title %}{% if article %}编辑文章{% else %}新建文章{% endif %}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}
管理作者

📷 点击、拖拽或粘贴图片到编辑器中上传

支持 PNG, JPG, GIF, WebP 格式,最大 10MB

📖 实时预览

📚 参考来源

{% if article %}

📎 文章附件

{% for att in attachments %}
{{ att.filename }} {{ att.get_filesize_display() }}
下载
{% endfor %}
{% endif %}
{% for tag in tags %} {% endfor %}
取消 {% if article and article.is_published %} 查看文章 {% endif %}
{% endblock %}