diff --git a/content/en/functions/templates/Current.md b/content/en/functions/templates/Current.md index ea27e1056..805aeec05 100644 --- a/content/en/functions/templates/Current.md +++ b/content/en/functions/templates/Current.md @@ -29,7 +29,7 @@ Filename : (`string`) Returns the absolute path of the current template. This will be empty for embedded templates. Name -: (`string`) Returns the path of the current template, relative to the `layouts` directory. +: (`string`) Returns the name of the current template. This is usually the path relative to the layouts directory. Parent : (`tpl.CurrentTemplateInfo`) Returns an object representing the parent of the current template, if any. This may be `nil`.