xref: /template/readthedokus/tpl_parts/tpl_content.html (revision 206b9edba0a66f61c6c53129b619381e634276f6)
1<?php tpl_flush() ?>
2<?php tpl_includeFile('tpl_parts/tpl_pageheader.html') ?>
3
4<div class="page group">
5	<?php tpl_content(false) ?>
6</div>
7
8<?php tpl_flush() ?>
9<?php tpl_includeFile('tpl_parts/tpl_pagefooter.html') ?>
10