aboutsummaryrefslogtreecommitdiffstats
path: root/example/db/macros/PAGELIST
blob: a014f7f5953b48fb7fc5ddb69ef64f7e578f8c03 (plain)
1
2
3
4
5
6
7
8
<!--- @PAGELIST((pageident), (title)) --->

<!-- Begin: Automatic page listing -->
<div class="page-listing">
	<h2>$(if $2,$2,$TITLE)</h2>
$(pagelist $(if $1,$1,$PAGEIDENT))
</div>
<!-- End: Automatic page listing -->
bues.ch cgit interface