summaryrefslogblamecommitdiff
path: root/templates/post.html
blob: 8346f16909e1429be4a1b90305225f6af51796ea (plain) (tree)
1
2
3
4
5
6
7
8



                         
                                                 


                          
<!DOCTYPE html>
<html>
	<body>
		<article>
		{{ post.get_article()|markdown }}
		</article>
	</body>
</html>