talks/workshop-tailwind-css/code/sponsors-1.txt

15 lines
345 B
Plaintext
Raw Normal View History

2021-02-11 18:03:37 +00:00
<div>
<h2>Sponsors</h2>
<div>
{% include 'includes/sponsor-list.html.twig' with {
title: 'Platinum Sponsors',
type: 'platinum',
} only %}
{% include 'includes/sponsor-list.html.twig' with {
title: 'Gold Sponsors',
type: 'gold',
} only %}
</div>
</div>