{% extends 'base.html' %} {% block title %}{{ main_section.title }} - 长白山消防救援支队{% endblock %} {% block content %}
{{ sub_section.title | default:main_section.title }}

{# #} {#
#} {#
#} {#
#} {#
#}
    {# items 就是当前 key 对应的列表数据,直接使用 #} {% if articles %} {% for item in articles %}
  • {{ item.title|truncatechars:30 }}
    {{ item.created_at }}
  • {% endfor %} {% else %}
  • 暂无数据
  • {% endif %}
{% endblock %}