2023-05-14 23:05:07 +02:00
|
|
|
{{- $id := "" }}
|
2022-06-22 20:32:18 +02:00
|
|
|
{{- partial "shortcodes/swagger.html" (dict
|
2023-07-27 16:14:55 +02:00
|
|
|
"page" .Page
|
2022-06-22 20:32:18 +02:00
|
|
|
"src" (.Get "src")
|
2023-05-14 23:05:07 +02:00
|
|
|
"id" $id
|
2022-06-22 20:32:18 +02:00
|
|
|
) }}
|