Skip to content

Instantly share code, notes, and snippets.

@chrisfromredfin
Created March 29, 2018 17:49
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 chrisfromredfin/e9c707c65571abe02c64360a9202bdfb to your computer and use it in GitHub Desktop.
Save chrisfromredfin/e9c707c65571abe02c64360a9202bdfb to your computer and use it in GitHub Desktop.
{% macro buttonset(items) %}
<ul class="buttonset">
{% for item in items %}
<li><a class="button" title="{{ item.name }}">{{ item.label }}</a></li>
{% endfor %}
</ul>
{% endmacro %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment