# Layout changes

The content for the rendered tooltip needs to be included as HTML in the web page. To do this, the following line has to be added anywhere in a related layout file or template:

{% hook 'glossary-terms' %}

The rendered tooltip content is then included at this point, and is automatically surrounded by

<div style="display: none;"> ... </div>

so that it is not visible.

Last Updated: 1/27/2023, 1:54:09 PM