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">
<h3>{{ _("On this page") }}</h3>
2021-04-30 12:40:29 +02:00
{{ toc }} {# this is the page TOC (or local toc) #}
</div>