You are here

fivestar-static-element.html.twig in Fivestar 8

Default theme implementation for the Fivestar static element output.

File

templates/fivestar-static-element.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the Fivestar static element output.
  5. *
  6. * @see template_preprocess_fivestar_static_element()
  7. *
  8. * @ingroup themeable
  9. */
  10. #}
  11. <div class="fivestar-static-form-item">
  12. {{ content }}
  13. </div>