{% for posts in posts %} {{ posts['title'] }} {% endfor %} 返回主页

{{ posts['title'] }}

{% for posts in posts %} {{ posts['content'].replace('&a&a','') | safe}}


最后修改时间: 【{{ posts['update_time'].replace('.', '-') }}】 {% endfor %}

留言区:

昵称: (20字)
留言内容: (100字)

{% for message_ss in message_ss %} {{message_ss.date}}
[{{message_ss.name}}@arch-cat ArchLinux]
$ {{message_ss.data}}

{% endfor %}