<hr>
<h3>Gold</h3>
-<div class="row text-center">
{% for p in gold %}
+{% if loop.index0 is divisibleby 3 %}
+<div class="row text-center">
+{% endif %}
<div class="col-md-6 col-md-4">
<!-- Gold -->
<a href="{{p.link}}" target="_blank"><img id="sponsors" src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
<small><em>{{p.intro}}</em></small>
</div>
</div>
-{% endfor %}
+{% if loop.index0 is divisibleby 3 %}
</div>
+{% endif %}
+{% endfor %}
<hr>
<h3>Silver</h3>