summary refs log tree commit diff
path: root/root/permalink/permalink.tt
blob: be23a6d71c8b196c6850aec2849035cfd49f0aae (plain) (blame)
1
2
3
4
5
6
7
8
9
[% 
INCLUDE 'permalink/header.tt';
IF error;
	error;
ELSE;
	permalink_data;
END;
INCLUDE 'permalink/footer.tt';
 %]