Skip to content

Instantly share code, notes, and snippets.

@HenderOrlando
Created March 6, 2014 20:40
Show Gist options
  • Select an option

  • Save HenderOrlando/9399199 to your computer and use it in GitHub Desktop.

Select an option

Save HenderOrlando/9399199 to your computer and use it in GitHub Desktop.
{% include '_listGroup_item.html.twig' with {
url : 'url',
class : 'class',
attrs : 'attrs',
heading : 'heading',
text : 'text',
badge : {
url : 'url',
class : 'class',
attrs : 'attrs',
text : 'text',
},
label : {
url : 'url',
class : 'class',
attrs : 'attrs',
text : 'text',
},
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment