I’m likely overthinking things here but what I would like to be able to do is create some simple helpers that would take an argument and then output custom HTML code into a blog article. I’ve read up on the helpers in the documentation but I’m just not sure where to begin. Any help would be appreciated.
Adam
Example of what I’d like to be able to do -
<% insert_download(“link/to/file_for_download.zip”) %>
which on build would output the HTML that I create in the help to be reused as I post items with downloads in articles.