hugo-theme-relearn/layouts/shortcodes/openapi.html

6 lines
124 B
HTML
Raw Normal View History

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