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

{{ post.title }}

{{ post.content }}
{% if post.tags %}
{% 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 %}
{% if prev %} {% end %} {% if next %} {% end %} {% end %}