Skip to content

Instantly share code, notes, and snippets.

@dario61081
Created April 22, 2017 16:11
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 dario61081/4d5b75ac9138a1a53b52a6c28a4fff9e to your computer and use it in GitHub Desktop.
Save dario61081/4d5b75ac9138a1a53b52a6c28a4fff9e to your computer and use it in GitHub Desktop.
macro using kwargs
{% macro example_2(one, two) %}
* {{one}} - {{two}}
* {{kwargs}}
{% endmacro %}
{{example_2(1, 2, test="Hello")}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment