diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig
index a47e294..94585cc 100644
--- a/source/sponsors.html.twig
+++ b/source/sponsors.html.twig
@@ -15,7 +15,7 @@ title: Sponsors
{{ level ~ ' Sponsors'|capitalize }}
{% for sponsor in sponsors %}
-
+
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %}
{% include template with {
description: sponsor.description,