{% extends "layouts/_layout.html" %} {% block title %}Components{% endblock %} {% block styles %} {% endblock %} {% block alert %} {% endblock %} {% block main %}
{% include "./includes/components/_crumbs.html" with {} %} {% include "./includes/components/_video-embed.html" with {} %} {% include "./includes/components/_map-embed.html" with {} %} {% include "./includes/components/_accordions.html" with {} %} {% include "./includes/components/_text-cta-alt-1.html" with {} %} {% include "./includes/components/_text-cta-alt-2.html" with {} %} {% include "./includes/components/_listing.html" with {} %} {% include "./includes/components/_form-search.html" with {} %} {% include "./includes/components/_listing-search.html" with {} %} {% include "./includes/components/_pager.html" with {} %}
{% include "./includes/components/_disclaimer.html" with {} %} {% include "./includes/components/_author.html" with {} %}
{% endblock %} {% block footer_tray %} {% endblock %} {% block scripts %} {% endblock %}