diff --git a/templates/event/_kind39089_followPack.html.twig b/templates/event/_kind39089_followPack.html.twig new file mode 100644 index 0000000..f04761a --- /dev/null +++ b/templates/event/_kind39089_followPack.html.twig @@ -0,0 +1,39 @@ +{% set peeps = [] %} +{% set description = '' %} +{% set cover = null %} +{% for tag in event.tags %} + {% if tag[0] == 'description' %} + {% set description = tag[1] %} + {% endif %} + {% if tag[0] == 'image' %} + {% set cover = tag[1] %} + {% endif %} + {% if tag[0] == 'p' %} + {% set peeps = peeps|merge([tag[1]]) %} + {% endif %} +{% endfor %} + +{% if not description is empty %} +
{{ description }}
+articles from people you follow
+You need to be logged in to view articles from your follow list.
+ Sign In +{{ error }}
+Start following people on Nostr to see their articles here. Your follow list will be synced automatically.
+The people you follow haven't published any articles yet, or they haven't been synced to this newsroom.
+