You are here

views-view-googlenews.html.twig in Views Google News 8

Default template for feed displays that use the Google News style.

Available variables:

  • items: The feed items themselves.

File

templates/views-view-googlenews.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default template for feed displays that use the Google News style.
  5. *
  6. * Available variables:
  7. * - items: The feed items themselves.
  8. *
  9. * @see template_preprocess_views_view_googlenews()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. <?xml version="1.0" encoding="UTF-8"?>
  15. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  16. xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  17. {{ items }}
  18. </urlset>