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

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