You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
398 B
HTML
17 lines
398 B
HTML
{{/*
|
|
|
|
This template is used to render a Client-Server API Module. Modules are defined
|
|
alongside the `_index.md` for the CS API.
|
|
|
|
The `name` parameter is the file name without extension.
|
|
|
|
*/}}
|
|
|
|
{{ $name := .Params.name }}
|
|
|
|
{{ with .Site.GetPage "client-server-api/modules" }}
|
|
{{ with .Resources.GetMatch (printf "%s%s" $name ".md") }}
|
|
{{ .RenderShortcodes }}
|
|
{{ end }}
|
|
{{ end }}
|