diff options
Diffstat (limited to 'docs/content/en/functions/go-template/template.md')
-rw-r--r-- | docs/content/en/functions/go-template/template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/go-template/template.md b/docs/content/en/functions/go-template/template.md index a78ec5c65..687d8b0c8 100644 --- a/docs/content/en/functions/go-template/template.md +++ b/docs/content/en/functions/go-template/template.md @@ -13,7 +13,7 @@ action: signatures: ['template NAME [CONTEXT]'] --- -Use the `template` function to execute [internal templates]. For example: +Use the `template` function to execute [embedded templates]. For example: ```go-html-template {{ range (.Paginate .Pages).Pages }} @@ -46,4 +46,4 @@ The example above can be rewritten using an [inline partial] template: [`partial`]: /functions/partials/include/ [inline partial]: /templates/partials/#inline-partials -[internal templates]: /templates/internal +[embedded templates]: /templates/embedded/ |