Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save HenderOrlando/9399178 to your computer and use it in GitHub Desktop.
{% include '_listGroup.html.twig' with {
group : [
{
url : 'url',
class : 'class',
attrs : 'attrs',
heading : 'heading',
text : 'text',
badge : {
url : 'url',
class : 'class',
attrs : 'attrs',
text : 'text',
},
},{
url : 'url',
class : 'class',
attrs : 'attrs',
text : 'text',
},{
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