{% extends "base.html" %} {% load core_tags molo_forms_tags %} {% block content %}
{% include "core/section_header_partial.html" with url=page image=page.image title=self.title extra_classes=self.get_effective_extra_style_hints %}
{% load_child_articles_for_section self as articles %} {% with articles|first as article %} {% if article %} {% include "core/article_intro_partial.html" with article=article %} {% endif %} {% endwith %}
{% load_child_articles_for_section self as articles %} {% for article in articles|slice:"1:" %} {% include "core/article_intro_partial.html" with article=article square_image=True %} {% endfor %}
{% if articles %} {% endif %} {% forms_list_for_pages page=self %} {% endblock %}