Quiénes investigan en Brisecom.org#
{{ $equipo := site.Data.equipo }}
{{ if $equipo }}
{{ if .enlaces }}
<div class="flex justify-center space-x-4 mt-4">
{{ range .enlaces }}
<a href="{{ .url }}" target="_blank" rel="noopener" class="text-sm text-primary-600 hover:text-primary-800 dark:text-primary-400 dark:hover:text-primary-300 hover:underline">
{{ .nombre }}
</a>
{{ end }}
</div>
{{ end }}
</div>
</div>
{{ end }}