summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/go-template/continue.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/go-template/continue.md')
-rw-r--r--docs/content/en/functions/go-template/continue.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/content/en/functions/go-template/continue.md b/docs/content/en/functions/go-template/continue.md
index c8030b8b7..0b9339bf4 100644
--- a/docs/content/en/functions/go-template/continue.md
+++ b/docs/content/en/functions/go-template/continue.md
@@ -3,13 +3,11 @@ title: continue
description: Used with the range statement, stops the innermost iteration and continues to the next iteration.
categories: []
keywords: []
-action:
- aliases: []
- related:
- - functions/go-template/break
- - functions/go-template/range
- returnType:
- signatures: [continue]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType:
+ signatures: [continue]
---
This template code:
@@ -31,4 +29,4 @@ Is rendered to:
<p>baz</p>
```
-{{% include "functions/go-template/_common/text-template.md" %}}
+{{% include "/_common/functions/go-template/text-template.md" %}}