[viewBag] == {% if staffContentList %}
{% set itemCount = staffContentList.count() %} {% for index,item in staffContentList %}
{% if item.image %} {{ item.title }} {% else %} {{ item.title }} {% endif %}
{{ str_limit(item.title|raw, 50) }}

{{ str_limit(html_strip(item.description)|raw, 100) }}

Read More
{% endfor %}
{% endif %} {% put scripts %} {% endput %}