Hi guys,
I have set up 3 different article templates for my blog (article.video.liquid / article.podcast.liquid + the article.liquid).
On my customer/account page I have a list of articles for the customer and I would like to create a if statement based on the article template to display different icons based on the template used for the article.
Is there any liquid object I can use to pull this info ? I have tried things like {{ article.template }} but nothing works.
Thanks a lot for your help !
Julien