{# Used on main home page only #}
{{textMacro.header_row_wbutton( title = 'Partnerships', sub_text = "Pitch-A-Friend partners with breweries, bars, and other locations world-wide!
To see specific partner locations in each city, please select a city above. Interested in having us host a Pitch-A-Friend event at your business?" , button_url = url_for('partnerships'), line_margin_top = None, row_margin_bottom ='', button_text = 'Partnership Form', button_color = 'red', target_blank = True ) }}
{# Partner LOGOS #} {% if partners and partners|length > 0 %} {{ logoMacro.logos( list = partners, image_class = 'partners', container_class = 'm-b-lg' ) }} {% endif %} {# MAP #} {% if info.get('map_url') %} {{ widgetMacro.googlemap(info.get('map_url'), info.get('name')) }} {% endif %}