summaryrefslogtreecommitdiff
path: root/resources/views/modules/note-list/page.phtml
blob: 3be5fcd5dd8eb75c536d64bfdb344bda3bdf785d (plain)
1
2
3
4
5
6
7
<h2 class="wt-page-title">
	<?= $title ?>
</h2>

<div class="wt-page-content">
	<?= view('lists/notes-table', ['notes' => $notes, 'tree' => $tree]) ?>
</div>