{# /** * @file * Theme override to display a view of unformatted rows. * * Available variables: * - title: The title of this group of rows. May be empty. * - rows: A list of the view's row items. * - attributes: The row's HTML attributes. * - content: The row's content. * - view: The view object. * - default_row_class: A flag indicating whether default classes should be * used on rows. * * @see template_preprocess_views_view_unformatted() */ #} {% set classes = [ 'view', 'view-' ~ id|clean_class, 'view-id-' ~ id, 'view-display-id-' ~ display_id, dom_id ? 'js-view-dom-id-' ~ dom_id, ] %} {# Load the Insight Block Title + Description #} {# {{ drupal_entity('block_content', '44') }} #} {# End of loading block #} {#

INSIGHTS

RESOLVE Insights are short, timely analyses and commentaries on developing trends and recent events. They contextualize trends and developments with relevance to violent extremism, explaining a complex phenomenon to a wide audience in a clear, concise, accessible way. Insights follow a blog format and represent the informal analysis of the author on recent events, research, geographies or topics of interest.

#} {% if exposed %}
{{ exposed }}
{% endif %} {% if header %} {{ header }} {% endif %} {% if rows %}
{{ rows }}
{% elseif empty %}
{{ empty }}
{% endif %} {% if pager %} {{ pager }} {% endif %}