'; echo '

' . esc_html(get_the_title()) . '

'; echo '

' . esc_html__('Technology data not found for slug:', 'asterion-bricks') . ' ' . esc_html($slug) . '

'; echo '
'; get_footer(); return; } get_header(); // industry-detail partial expects the data under `av_industry`. set_query_var('av_industry', $data[$slug]); get_template_part('template-parts/industry-detail'); get_footer();