blob: 68e1c669498836a9888dd6e7c39fdda3067d2d1f (
plain) (
tree)
|
|
<div id="help-content" class="generic-content-wrapper">
<div class="clearfix section-title-wrapper">
<h2>{{$module->get_page_title()}}</h2>
</div>
{{if $module->missing_translation()}}
<div class="notice section-content-info-wrapper">
{{$module->missing_translation_message()}}
</div>
{{/if}}
<div class="section-content-wrapper" id="doco-content">
<h3 id="doco-top-toc-heading">
<span class="fakelink" onclick="docoTocToggle(); return false;">
<i class="bi bi-caret-right fakelink" id="doco-toc-toggle"></i>
{{$module->get_toc_heading()}}
</span>
</h3>
<ul id="doco-top-toc" style="margin-bottom: 1.5em; display: none;"></ul>
{{$module->render_content()}}
</div>
</div>
|