{% import 'macros/links.html' as links %} {% macro header_row(oob=False) %} {% call links.menu_row(id='market-row', oob=oob) %} {% call links.link(url_for('market.browse.home'), hx_select_search ) %} {% include '_types/market/_title.html' %} {% endcall %} {% call links.desktop_nav() %} {% include '_types/market/desktop/_nav.html' %} {% endcall %} {% endcall %} {% endmacro %}