I would like to do an template modification to inject some html with conditionals
The area I like to add some html would be under the review field Headline like the green arrow below.
Appreciate any input.
Right ... it's the reviews page, not the resource overview.
The quickest way to find out what to edit is to search the phrases for headline then search the templates for whatever the phrase name is.
I suspect it will also be headline.
Right ... it's the reviews page, not the resource overview.
The quickest way to find out what to edit is to search the phrases for headline then search the templates for whatever the phrase name is.
I suspect it will also be headline.
After some digging, the template is xfrm_resource_review_macros
The area where I want to insert a blurb is right before
<div class="message-body">
{{ structured_text($review.message) }}
</div>