ASF Plus One
Explore what’s new at The ASF — from project news to community voices, all in one place.
- [for foundation]
+ {% for foundation in foundation|slice:":3" %}
+
-

-
-
[format "raw"][foundation.title][end]
+

+
+ {{ foundation.date|strftime('%d %B %Y') }}
+
+
{{ foundation.title|striptags }}
-
[end]
+
+ {% endfor %}
- [for newsletter]
+ {% for newsletter in newsletter|slice:":3" %}
+

-
-
[format "raw"][newsletter.title][end]
+
+ {{ newsletter.date|strftime('%d %B %Y') }}
+
+
{{ newsletter.title|striptags }}
-
[end]
+
+ {% endfor %}
- [for podcast]
+ {% for podcast in podcast|slice:":3" %}
+

-
-
[format "raw"][podcast.title][end]
+
+ {{ podcast.date|strftime('%d %B %Y') }}
+
+
{{ podcast.title|striptags }}
-
[end]
+
+ {% endfor %}