Skip to content

Instantly share code, notes, and snippets.

@HenderOrlando
Created March 6, 2014 19:47
Show Gist options
  • Select an option

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

Select an option

Save HenderOrlando/9397919 to your computer and use it in GitHub Desktop.
{% include '_titulo_breadcrumb.html.twig' with {
pre_title : 'Pre'
title : 'Ppal',
url : 'Url',
id : 'id',
class : 'class',
attrs : 'attrs',
post_title : 'post',
search : {action: 'action/para/search'},
breadcrumbs : [{
title : 'sub',
url : 'url/para/sub'
},{
title : 'pagina'
}],
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment