You are here

common-test-foo.html.twig in Drupal 8

Default theme implementation for the common test foo.

Available variables:

  • foo: foo.
  • bar: bar.

File

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

Related topics