Clienti
| $page->getPath() | /clienti | returns the path to the current page, relative to the site root |
| $page->getRelativePath() | returns the relative path (i.e. parent directories) of the current page, relative to the site root | |
| $page->getUrl() | https://www.coopedil.it/clienti | returns the full URL to the item, if baseUrl was defined in config.php |
| $page->getFilename() | clienti | returns the filename of the page, without extension (e.g. my-first-page) |
| $page->getExtension() | blade.php | returns the file extension (e.g. md) |
| $page->getModifiedTime() | 1601031446 | returns the last modified time of the file, as a Unix timestamp |