<h1> GPX Traces </h1>
<div style='display: flex; justify-content: center; flex-wrap: wrap;'>
{{ range .Params }}
<iframe
  class="gaia-gps"
  src='https://www.gaiagps.com/public/{{ . }}?embed=True'
  style='margin: 5px; border:none; overflow-y: hidden; background-color:white; min-width: 320px; max-width:420px; width:100%; height: 420px;'
  scrolling='no'
  seamless='seamless'
></iframe>
{{ end }}
</div>