{% extends 'base.html' %} {% block title %}党建引领 - 长白山消防救援支队{% endblock %} {% block content %}
{% for section in sections %}
{% if forloop.counter == 2 %} {% include 'components/_carousel.html' with carousel_id=section.key slides=section.data height="300px" %} {% else %} {% include 'components/_news_card.html' with data=section.data unique_id=section.key %} {% endif %}
{% endfor %}
{% endblock %}