From d77dcf62b4005a0f36ef2fa7ba6d3651d2ef38d7 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 5 Nov 2022 14:17:27 -0600 Subject: Initial commit (users and statuses) --- templates/statuses/_status.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/statuses/_status.html (limited to 'templates/statuses/_status.html') diff --git a/templates/statuses/_status.html b/templates/statuses/_status.html new file mode 100644 index 0000000..6e61fd9 --- /dev/null +++ b/templates/statuses/_status.html @@ -0,0 +1,10 @@ +
+

+ + {{ status.identity }} + {{ status.identity.short_handle }} + +

+ + {{ status.text | linebreaks }} +
-- cgit v1.2.3