Insert Template Part into Header

Hello,

Assume that the folder structure is correct and that it includes the referenced PHP file in the child theme. I would like to insert the following template part into the header template:

<?php get_template_part( 'template-parts/header-aside' ); ?>

Is there an element that I can place in the header to execute the PHP as described above? What other ways could this be done?

Note, I am very new to Bricks.

Cheers,

Quint

Would this be an option for you instead?

Hello Sridhar,

I did not know about Global Elements which is interesting. However, I do not think it addresses the original issue. For example, what would be the starting element chosen and where would I put the PHP code?