Files
Twig/extra/html-extra
Fabien Potencier 76df51b6af Merge branch '3.x' into 4.x
* 3.x:
  Fix CS
  Add two tests for error conditions in #3930
2026-03-17 11:30:36 +01:00
..
2026-03-17 11:30:36 +01:00
2025-11-02 20:03:33 +01:00
2026-03-17 07:40:40 +01:00

Twig HTML Extension

This package is a Twig extension that provides the following:

  • data_uri filter: generates a URL using the data scheme as defined in RFC 2397;

  • html_classes function: returns a string by conditionally joining class names together.

  • html_cva function: returns a Cva object to handle class variants.