{# Content component. #} {%- set isPlain = themeType == 'plain' -%}
{%- for feed in feeds -%}
{%- if not isPlain -%} {%- endif -%} {{- feed.name -}} {%- if isPlain -%}:{%- endif -%}
{%- for document in feed.documents -%} {%- include _root ~ '/Partial/Content/document.html.twig' with { document: document, showImages: showImages, showSourceCountry: showSourceCountry, showUserComments: showUserComments, themeType: themeType } -%} {%- endfor -%}
{%- if showSectionDivider and not loop.last and isPlain -%}
{%- endif -%} {%- endfor -%}