Test

<?php
add_action( 'asp_hook_archive_top_holder', 'asp_custom_archive_template' );
function asp_custom_archive_template() {
     echo do_shortcode("[elementor-template id="26040"]");
}
?>