Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {% extends 'AcmeParqueBundle::layout.html.twig' %}
  2.  
  3. {% block title %}Resultado de búsqueda: {{query}}{% endblock %}
  4.  
  5. {% block content_header '' %}
  6.  
  7. {% block content %}
  8.  
  9. <h2> Resultados para la b&uacute;squeda: {{ query }}</h2>
  10.  
  11. {# The Map #}
  12. {{vichgeo_map_for('pre_configured',resultados)}}
  13.  
  14.  
  15. {% endblock %}
Add Comment
Please, Sign In to add comment