Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/theme/html/post.html
blob: 05d76c38cc139e97c950be912f5d0206f2c32cfe (plain)
1
2
3
4
5
6
7
8
<!-- post -->
<div class="post">
	<h1><a href="{{s_root}}/{{url}}/">{{title}}</a></h1>
	<div class="content">
{{html}}
	</div>
</div>
<!-- /post -->