Skip to content

Instantly share code, notes, and snippets.

@mtica
Created October 29, 2015 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtica/ab87245474e4797018a0 to your computer and use it in GitHub Desktop.
Save mtica/ab87245474e4797018a0 to your computer and use it in GitHub Desktop.
{module_productfeaturelist tag="{{globals.get.tagname}}" collection="tagged-products" template=""}
{% for item in tagged-products.items %}
<ul>
<li>
<a href="{{item.url}}">{{item.name}}</a>
</li>
</ul>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment