{% extends './layout.html' %} {% block title -%} {{post.title}} - {{options.title}} {%- endblock %} {% block headers -%} {%- endblock %} {% block content %}
{{think.datetime(post.create_time, 'MM月DD, YYYY')}}

{{post.title}}

{{post.content | replace(r/(([^)/g, '$3') | safe}}

本文链接:{{site_url + ctx.url | safe}}

-- EOF --

{%if post.prev.title or post.next.title %} {% endif %} {% if post.allow_comment %} {% include "./inc/comment.html" %} {% endif %}
{% endblock %}