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

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