diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index d9a6bd0..05b091b 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -13,9 +13,9 @@ title: Sponsors

{{ level ~ ' Sponsors'|capitalize }}

-
+
{% for sponsor in sponsors %} -
+
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} {% include template with { description: sponsor.description,