This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% include '_page_3Col_panel_center.html.twig' with { | |
| media : { | |
| tipo : 'img', | |
| sources : [ | |
| { | |
| src : 'url/a/la/imagen', | |
| } | |
| ] | |
| }, | |
| botones : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% include '_page_3Col_panel.html.twig' with { | |
| side : 'right' | |
| breadcrumb { | |
| pre_title : 'Pre' | |
| title : 'Ppal', | |
| url : 'Url', | |
| id : 'id', | |
| class : 'class', | |
| attrs : 'attrs', | |
| post_title : 'post', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% include '_page_3Col_header.html.twig' with { | |
| list : [ | |
| { | |
| title : 'Eventos', | |
| canonical : 'eventos', | |
| url : 'url/eventos/' | |
| } | |
| ] | |
| }%} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% include '_page_3Col.html.twig' with { | |
| boxes_left : { | |
| 'side' : 'left', | |
| 'breadcrumb': { | |
| ver_sesion : true, | |
| search : {action: 'action/para/search'}, | |
| }, | |
| 'boxes' : [ | |
| { | |
| is_row : true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% include 'page_3Col.html.twig' with { | |
| boxes_left : { | |
| 'side' : 'left', | |
| 'breadcrumb': { | |
| ver_sesion : true, | |
| search : {action: 'action/para/search'}, | |
| }, | |
| 'boxes' : [ | |
| { | |
| is_row : true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var output = Twig.render(templateName, { | |
| dato: [ | |
| { | |
| url : 'url/from/js', | |
| class : 'class-js', | |
| attrs : 'attrs=""', | |
| heading : 'JS Loaded', | |
| text : 'Plantilla cargada desde JS', | |
| badge : { | |
| url : 'url/Badge', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Block's Var's | |
| orientated_scroll orientated Orientación "horizontal" o "vertical" | |
| Scroll | |
| class_scroll class_scroll Clases extra. | |
| id_scroll id_scroll Id. | |
| attrs_scroll attrs_scroll Atributos extra. | |
| Header | |
| header_scroll twig_header Nombre de la plantilla a incluir en el encabezado. | |
| datos_twig_header Datos necesarios para la plantilla definida en twig_header. | |
| header Contenido a incluir. Si se define twig_header no se usa. |
OlderNewer