modularize post templates a little more

This commit is contained in:
czaks
2014-04-16 15:01:37 +02:00
parent c4317cdbf7
commit 59874b8376
7 changed files with 39 additions and 54 deletions

View File

@@ -0,0 +1,3 @@
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}