Hello,
I would like to add a meta to the document_head file but just for a particular page.
We were doing the process using JS but we need this during render time.
Through the documentation, I saw we have many properties available, but it depends on which template you are.
Is there a way to use the same concept in the document_head file? Something like:
{{#if current_page 'the_page_I_need'}}
<meta content='noindex' name='robots' />
{{/if}}
Thanks in advance!

