aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
blob: 2abb80e92be59122882d96ac6f181b073211409b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<div class=page">

<div class="page-content-wrapper" id="page-content-wrapper" >
	<h3 class="page-title">{{$title}}</h3>
	<div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
	<div class="page-date">{{$date}}</div>
	<div class="page-body">{{$body}}</div>
</div>
</div>