Partidos del Mundial de Brasil 2014 | |
{% for partido in partidos %} | |
<h3><img src="http://flagpedia.net/data/flags/normal/{{ partido.local.codigo_pais_bandera }}.png" alt="" width="25px;"> {{ partido.local }} - {{ partido.visitante }} <img src="http://flagpedia.net/data/flags/normal/{{ partido.visitante.codigo_pais_bandera }}.png" alt="" width="25px;"></h3> | |
{{ partido.fecha }} {% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment