# Frontend

If you have created a glossary with some terms in it, you can use the |glossary filter to replace all matching strings:

{{ "This is an example text"|glossary }}

Using the filter without an argument will use the default glossary.

If you want to use a specific glossary, you can pass the handle of it as an argument:

{{ "This is an example text"|glossary(handle) }}
Last Updated: 1/27/2023, 1:54:09 PM