... |
... |
@@ -71,11 +71,17 @@ |
71 |
71 |
|
72 |
72 |
== Videos and Images {{id name="videos-and-images"/}} == |
73 |
73 |
|
|
74 |
+{{velocity}} |
|
75 |
+#set($attachments = $doc.getAttachmentList()) |
|
76 |
+ |
74 |
74 |
{{gallery}} |
75 |
|
-image:euroweekgirls1.jpg |
76 |
|
-image:euroweekgirls2.jpg |
77 |
|
-image:euroweekgirls3.jpg |
|
78 |
+#foreach($attachment in $attachments) |
|
79 |
+ #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp")) |
|
80 |
+ image:$attachment.filename |
|
81 |
+ #end |
|
82 |
+#end |
78 |
78 |
{{/gallery}} |
|
84 |
+{{/velocity}} |
79 |
79 |
|
80 |
80 |
|
81 |
81 |
=== Relevant Videos {{id name="relevant-videos"/}} === |
... |
... |
@@ -96,4 +96,4 @@ |
96 |
96 |
* [[Alleged Sexual Misconduct by Migrant Men at Youth ‘EuroWeek’ Camp Sparks Inquiry>>https://demokracija.eu/migration/https-www-breitbart-com-europe-2018-12-16-sexual-misconduct-allegations-euroweek-project-spark-possible-investigation/]] |
97 |
97 |
* [[Compilation of social media accounts and pictures that resulted in the investigation>>https://web.archive.org/web/20250104001508/https://identx.wordpress.com/2018/12/15/brown-immigrants-polish-teen-girls-at-multicultural-integration-camp-euroweek/]] |
98 |
98 |
|
99 |
|
-~{~{/html}} |
|
105 |
+ |