{% extends "_layout/base.html" %} {% block title %} {{ page.title }} {% endblock %} {% block description %} {{ page.html | striptags | truncate(length=255 ,killwords=False)}} {% endblock %} {% block content %}

{{ page.title }}

{{ page.html |safe }}
{% if config.comment_system == 'disqus' %} {% include "_comments/disqus.html" %} {% elif config.comment_system == 'duoshuo' %} {% include "_comments/duoshuo.html" %} {% endif %}
{% endblock %}