{# This is an example of a twig template.
 it can be copied to your theme template folder if you are using the timber plugin #}
    {% for post in posts %}
        {% include ["inc/acclsc-post-thumb.twig"] %}
    {% endfor %}
