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.
14 lines
347 B
HTML
14 lines
347 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 }}
|
|
|
|
{{ $page := .Site.GetPage (path.Join .Page.File.Dir "modules" (printf "%s%s" $name ".md"))}}
|
|
{{ $page.Content }}
|