{% for post in posts %}

{{ post.title | escape }}

{{ post.published | date: "%b %-d, %Y" }} ・ {{ post.author.name | escape }}

{{ post.content | replace: 'img1.douban.com', 'img1.doubanio.com' }}
{% endfor %}

{{ title | escape }}

{% for feed in feeds %}{{ feed.title | escape }}{% endfor %} 订阅
    {% include repos.html %}