Added basic PDF export feature for documents

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-03 17:56:21 +02:00
parent a181bfd4db
commit 624e56389e
5 changed files with 25 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
{# vim: ft=htmljinja
#}
<h1>{{ document.title }}</h1>
<h2>Írta: {{ document.createdBy.displayName }}</h2>
{{ document.content|raw }}