You are here

faq-new-page.html.twig in Frequently Asked Questions 8

Template file for the FAQ page if set to show the answer in a new page.

Available variables:

  • list_style: The style of the list, either ol or ul (ordered list or unordered list).
  • list_items: An array of nodes to be displayed in the list.
  • list: Pre-formatted list.

File

templates/faq-new-page.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template file for the FAQ page if set to show the answer in a new page.
  5. *
  6. * Available variables:
  7. * - list_style: The style of the list, either ol or ul (ordered list or unordered list).
  8. * - list_items: An array of nodes to be displayed in the list.
  9. * - list: Pre-formatted list.
  10. *
  11. * @see template_preprocess_faq_new_page()
  12. *
  13. * @ingroup themable
  14. */
  15. #}
  16. {{ list }}