Skip to content

Instantly share code, notes, and snippets.

@bmatschullat
Created September 29, 2011 10:44
Show Gist options
  • Select an option

  • Save bmatschullat/1250501 to your computer and use it in GitHub Desktop.

Select an option

Save bmatschullat/1250501 to your computer and use it in GitHub Desktop.
Twig Macros
{% macro input(name, value, type, size) %}
<input type="" name="" value="" size="" />
{% endmacro %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment