This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_includes/availability.html.twig

12 lines
258 B
Twig

<div class="block mb-4">
<h2>Availability</h2>
<ul class="list-reset">
{% for type, value in site.availability %}
<li>
{% include 'availability/' ~ value %}
</li>
{% endfor %}
</ul>
</div>