{% extends 'base.html' %} {% block head %} {% end %} {% block title %} {{ post.title }} | {{ config.site_title }} {% end %} {% block content %}

{{ post.title }} {{ post.date }}

{% raw post.content %}
{% for tag in post.tags %} {{ tag }} {% end %}


{% if post.comment_open %} {% if config.comment_system == 'disqus' and config.disqus_shortname %}
{% end %} {% if config.comment_system == 'duoshuo' and config.duoshuo_shortname %}
{% end %} {% end %}
{% end %}