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/_partials/availability.html.twig
2018-11-20 01:28:08 +00:00

12 lines
248 B
Twig

<div class="widget">
<h2>Availability</h2>
<ul class="pl-5">
{% for type, value in site.availability %}
<li>
{% include 'availability/' ~ value %}
</li>
{% endfor %}
</ul>
</div>