You are here

common-test-render-element.html.twig in Drupal 8

Default theme implementation for the common test render element.

Available variables:

  • foo: A render array.

File

core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the common test render element.
  5. *
  6. * Available variables:
  7. * - foo: A render array.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. {{ foo }}

Related topics