--- layout: page ---
{% include header-breadcrumb.html %}

Media Room

{% for post in paginator.posts %} {% if post.categories[1] == ' '%}
{{ post.categories[1] | upcase | replace: '-', ' ' }}

{{ post.title | truncatewords : 10}}

{{ post.date | date_to_string }}
{% elsif post.categories[1] == 'forms-&-templates' %} {% elsif post.categories[1] == 'guides' %} {% else %} {% endif %} {% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}