• {% if content.wistia_id %}
    {% endif %} {% if content.thumbnail %} {{ content.title }} {% else %} {{ content.title }} {% endif %} {% if content.page_options_is_promotional %}Promotional{% else %}Non-promotional{% endif %}
    {% if blocks.page_options.cstart_page %}

    C-start

    {% endif %}

    {{ content.title }}

    {% if Post(content).get_field('contributors') %}
    {% if Post(content).get_field('contributors')|length > 0 %} {% for contributor in Post(content).get_field('contributors') %} {% if loop.last %} {{ contributor.contributor.post_title }} {% else %} {{ contributor.contributor.post_title }} & {% endif %} {% endfor %} {% else %} {{ contributor.contributor.post_title }} {% endif %}
    {% endif %} {% if content.post_excerpt or content.article_introduction_description %}
    {% if content.post_excerpt %}

    {{ content.post_excerpt }}

    {% elseif content.article_introduction_description %}

    {{ content.article_introduction_description|striptags|slice(0, 150) }}...

    {% endif %}
    {% endif %} {% if content.page_options_job_number %} {{ content.page_options_job_number }} - {{ content.page_options_job_date }} {% endif %}