{% extends 'base.html.twig' %} {% set location_name = location.abbrName|default(location.displayName|default(location.name)) %} {% set block_primary = block_get('primary', 'category', category=category, 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 %} {% if location.slug != 'us' %} Best {{ category.name }} Degree Colleges in {{ location_name }} | {{ 'now'|date('Y') }} {% else %} Best {{ category.name }} Degree Colleges in the U.S. | {{ 'now'|date('Y') }} {% endif %} {% endif %} {% endapply %}{% endblock %} {% block meta_description%}{% apply spaceless %} {% if location.slug != 'us' %} Discover the best {{ category.name|lower }} degree colleges in {{ location_name }} on Universities.com. {% else %} Discover the best {{ category.name|lower }} degree colleges in the U.S. on Universities.com. {% endif %} {% endapply %}{% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('find-best') }} {% endblock %} {% block scripts %} {{ parent() }} {{ encore_entry_script_tags('find-best') }} {% endblock %} {% block body %}