{% extends 'base.html.twig' %} {% set location_name = location.abbrName|default(location.displayName|default(location.name)) %} {% set block_primary = block_get('primary', 'location', location=location) %} {% if block_primary and block_primary.active and block_primary.content %} {% set has_primary_content = true %} {% else %} {% set has_primary_content = false %} {% endif %} {% block title %}{% apply spaceless %} {% if custom_title %} {{ custom_title }} {% else %} Best colleges in {{ location_name }} - Universities.com {% endif %} {% endapply %}{% endblock %} {% block meta_description %}Compare rankings of the best universities and community colleges in {{ location_name }} as well as a list of all schools in {{ location_name }}.{% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('find-best') }} {% endblock %} {% block scripts %} {{ parent() }} {{ encore_entry_script_tags('find-best') }} {% endblock %} {% block body %}