Hello I was trying to work my way through a issue, the code had shortcodes being rendered in content files, the task was to try and reuse the shortcode inside of a component in an index.html file located in the root of layout
. I tried working my way out but couldnot succeed. Is there anyone who can help me out?
This roughly what I tired
<div>
{{ <formated_box> }}
{{ </formated_box> }}
</div>
Also is it somehow possible to create an html components and export it both as shortcode and partial somehow?