Hello!
I have a question regarding the helpers for creating a custom zendesk help center theme.
I understand that I am able to create custom helpers, but would I be able to access the injected HTML code by a helper that is given by Zendesk by default. An example of this would be the {{request_form}} in new_request_page.hbs, or the {{form 'comment'}} in request.hbs.
I am curious to see if I am able to add, edit, or remove parts of the injected HTML code to suit my own needs. Or would I have to create a custom helper to accomplish this?