diff options
Diffstat (limited to 'content/en/methods/page/Eq.md')
-rw-r--r-- | content/en/methods/page/Eq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/methods/page/Eq.md b/content/en/methods/page/Eq.md index 1be416295..99a9fc50f 100644 --- a/content/en/methods/page/Eq.md +++ b/content/en/methods/page/Eq.md @@ -9,7 +9,7 @@ action: signatures: [PAGE1.Eq PAGE2] --- -In this contrived example from a single page template, we list all pages in the current section except for the current page. +In this contrived example from a single template, we list all pages in the current section except for the current page. ```go-html-template {{ $currentPage := . }} |