{{post.poster.shown_name}}
at {{post.post_time|date:"Y-m-d H:i:s.u"}}+0000
{{post.text|linebreaksbr}}
- 🔁
- ⭐
{% endfor %}
{% extends "base_generic.html" %} {% load static %} {% load tz %} {% block meta %} {% endblock %} {% get_current_timezone as TIME_ZONE %} {% block headbar %} {{ request.user.shown_name }} (My timeline) - Configs - Log out {% endblock %} {% block content %}
% static 'timeline.js' 要修改{% endblock %}