hugo-theme-relearn/layouts/shortcodes/swagger.html
2023-11-26 21:19:24 +01:00

6 lines
No EOL
124 B
HTML

{{- $id := "" }}
{{- partial "shortcodes/swagger.html" (dict
"page" .Page
"src" (.Get "src")
"id" $id
) }}