Comment on page
Article object
- Use
{% for article in blog.articles %}
- Look up specific articles by their ID, using
{{ shop.blogs[12345].articles[67890] }}
- Use
{{ shop.articles.authors }}
for an array of the store's article authors - Use
{{ shop.articles.tags }}
for a array of the store's article tags
Last modified 2yr ago