{{ entry.title }}

{{ entry.date.strftime("%d.%m.%Y, %H:%M") }}
{{ entry.content }}
{% if conf.disqus_shortname and env.type == 'index' %} Kommentieren {% endif %} {% if 'tag' in env.views and entry.tags %}

verschlagwortet als {% for link in entry.tags | tagify -%} {{ link.title }} {%- if loop.revindex > 2 -%} , {%- elif loop.revindex == 2 %} und {% endif %} {% endfor %}

{% elif not entry.draft %}

nicht verschlagwortet

{% endif %}
{%- if conf.disqus_shortname and env.type == 'entry' and not entry.draft %}
blog comments powered by Disqus {% endif -%}