From 3fb5065d4b67af1df11cec4e7a3e888c9598b9d1 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Fri, 24 Sep 2021 03:54:59 +0200 Subject: Add Buildbot Dashboard for Gentoo Ci Signed-off-by: Magnus Granberg --- python/bb_dashboard/www/templates/www/news.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 python/bb_dashboard/www/templates/www/news.html (limited to 'python/bb_dashboard/www/templates/www/news.html') diff --git a/python/bb_dashboard/www/templates/www/news.html b/python/bb_dashboard/www/templates/www/news.html new file mode 100644 index 0000000..b722f51 --- /dev/null +++ b/python/bb_dashboard/www/templates/www/news.html @@ -0,0 +1,20 @@ +
+{% for post in posts %} +
+

+ +

+

+ {{ post.title }} {{ post.created_at }} +

+
+

{{ post.text|safe|escape }}

+
+
+{% endfor %} +
+ + -- cgit v1.2.3-65-gdbad