{% extends 'base.html' %} {% block title %}信息公开 - 长白山消防救援支队{% endblock %} {% block content %}
{% for section in sections %}
{% include 'components/_news_card.html' with data=section.data unique_id=section.key %}
{% endfor %}
{% endblock %}