From de30069a6b6d9eee8facc346f3f667efc59d8f91 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Fri, 7 Feb 2025 11:59:37 +0100 Subject: [PATCH] add keywords to gsoc template --- gsoc.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gsoc.html b/gsoc.html index 893f10c..4caeebc 100644 --- a/gsoc.html +++ b/gsoc.html @@ -23,6 +23,11 @@

{{ idea.title }}

Estimated Project Length: {{ idea.est_project_length }}

Difficulty: {{ idea.difficulty }}

Matrix room for discussion: {{ idea.forum }}

+

Keywords: + {% for keyword in idea.keywords %} + {{ keyword }}{% unless forloop.last %}, {% endunless %} + {% endfor %} +

{{ idea.content }}