{# Left column #}
{# Top banner #}
TVG news, events and articles
News | Announcements | Articles
FILTER BY
{# Right column #}
Are you a clinic or business and would like to sell / use our products?
{# Left column #}
{% if blogs|length > 0 %} {% for rows in blogs|batch(3) %}
{% for blog in rows %}
{{ blog.publishDate|date('F d Y') }}
{{ blog.copy|striptags|raw }}
{% endfor %}
{% endfor %} {{ pagination|raw }} {% else %}
No Results Found...
{% endif %}
{# Right column #}
Recent Category
{% set counter = 0 %} {% for blog in recentBlogs %} {% set counter = counter + 1 %} {% set firstPadding = '' %} {% if counter == 1 %} {% set firstPadding = 'pt-3' %} {% endif %} {% set lastPadding = '' %} {% if counter == recentBlogs|length %} {% set lastPadding = 'pb-3' %} {% endif %}
{{ blog.publishDate|date('F d Y') }}
{% if counter != recentBlogs|length %}
{% endif %} {% endfor %}