--- title: Title description: Returns the `title` property of the given menu entry. categories: [] keywords: [] params: functions_and_methods: returnType: string signatures: [MENUENTRY.Title] --- The `Title` method returns the `title` property of the given menu entry. If the `title` is not defined, and the menu entry resolves to a page, the `Title` returns the page [`Title`]. [`Title`]: /methods/page/title/ ```go-html-template