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
2018-01-31 00:21:11 +00:00

12 lines
277 B
Twig

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