{% set category = category|default(null) %} {% set location = location|default(null) %} {% set major = major|default(null) %}
{{ school.name }}
{{ school.city }}, {{ school.state }}
{{ include('widget/school/image.html.twig', { school: school }, with_context=false) }}
{{ include('widget/school/block.html.twig', {name: 'primary', type: 'school', school: school, category: category, location: location, major: major}, with_context=false) }}