We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dcfde commit 3fecdb6Copy full SHA for 3fecdb6
content/post/_content.gotmpl
@@ -1,6 +1,6 @@
1
{{/* Get remote data. */}}
2
-{{/*$baseUrl := "https://strapi.aihpi.de"*/}}
3
-{{ $baseUrl := "http://localhost:1338" }}
+{{ $baseUrl := "https://strapi.aihpi.de" }}
+{{/*$baseUrl := "http://localhost:1338"*/}}
4
{{ $response := dict }}
5
{{ $url := add $baseUrl "/api/events?populate[template][populate]=tags,requirements,image&populate=venue" }}
6
{{ with resources.GetRemote $url }}
0 commit comments