Created
March 6, 2014 20:43
-
-
Save HenderOrlando/9399252 to your computer and use it in GitHub Desktop.
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 '_box.html.twig' with { | |
| is_row : true, | |
| num : null, | |
| contenido : { | |
| id : 'id_box', | |
| url : 'url/del/header', | |
| open : 'right', | |
| texto : 'Encabezado', | |
| cols : [{ | |
| tipo : "img", | |
| body_sources : [ | |
| { | |
| src : 'url/de/la/imagen' | |
| } | |
| ] | |
| }, | |
| { | |
| body : 'párrafo de texto a mostrar' | |
| }], | |
| footer : 'foot' | |
| } | |
| } %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment