Skip to content

Instantly share code, notes, and snippets.

@N3MIS15
Created November 4, 2012 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save N3MIS15/4014351 to your computer and use it in GitHub Desktop.
Save N3MIS15/4014351 to your computer and use it in GitHub Desktop.
macros biatch
{% macro button(a) %}
<a class="button addloading" data-xhr_url="{{a}}">{{a|title}}</a>
{% endmacro %}
{{button('intro')}}
{{button('modules')}}
{{button('search')}}
{{button('remote')}}
{{button('servers')}}
{{button('manage')}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment