From ddb3436275d3f02183f515c38cd3193cd1dfe2f4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 18:42:47 -0700 Subject: Boosting! Incoming, anyway. --- templates/activities/local.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/activities/local.html (limited to 'templates/activities/local.html') diff --git a/templates/activities/local.html b/templates/activities/local.html new file mode 100644 index 0000000..520a0ce --- /dev/null +++ b/templates/activities/local.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} + +{% block title %}Local Timeline{% endblock %} + +{% block content %} + {% include "activities/_home_menu.html" %} + +
+
+ {% for post in posts %} + {% include "activities/_post.html" %} + {% empty %} + No posts yet. + {% endfor %} +
+
+

?

+
+ +
+{% endblock %} -- cgit v1.2.3