Files
documentation/extensions/odoo_theme/layout_templates/page_toc.html
T

5 lines
134 B
HTML
Raw Normal View History

2021-04-30 12:40:29 +02:00
<div class="o_page_toc_nav mt-1">
2022-12-16 10:15:02 +01:00
<h5>{{ _("On this page") }}</h5>
2021-04-30 12:40:29 +02:00
{{ toc }} {# this is the page TOC (or local toc) #}
</div>