# 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.