The {{node:url}} parameter evaluates to the URL for the current node.
Use this when you need to get the URL for the current page.
For example: /parameters/node-url/
Compare this with {{node-url:foo/bar}}, which lets you get the URL of another node on the web site.
In generated HTML pages, the URL will include the full path to the URL from the root of the web site, but will not include the domain name. Like this:
/parameters/node-url/
In the generated RSS feed, the URL will include the Canonical-URL. Like this:
https://documentation.uriel.foo/parameters/node-url/
The actual value of {{node:url}} in the current context evaluates to:
/parameters/node-url/
View this in both the web page and the RSS feed, and compare the results.
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | parameters/node-url | nodes/parameters/node-url |
| Template | default.html | templates/default.html |
| URL | /parameters/node-url/ | public/parameters/node-url/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| rss-include | true |
| title | {{node:url}} |
| +-tags | * |
| breadcrumb-separator | » |
| canonical-url | https://documentation.uriel.foo |
| rss-description | Uriel Documentation |
| rss-image-height | 32 |
| rss-image-url | /favicon-32x32.png |
| rss-image-width | 32 |
| rss-max-entries | 50 |
| rss-title | Uriel Documentation |
| rss-url | /rss.xml |
| sitemap-max-entries | 10000 |
| sitemap-url | /sitemap.xml |
| tag-node | tag |
| tags | parameters |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-07T17:16:40-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | parameters/index |
| get_path() | parameters/node-url |
| get_node_type() | file |
| get_url() | /parameters/node-url/ |
| get_canonical_url() | https://documentation.uriel.foo/parameters/node-url/ |
| get_name() | node-url |
| get_display_name() | Node Url |
| get_title() | {{node:url}} |
| get_escaped_title() | {{node:url}} |
| get_link() | <a href="/parameters/node-url/">{{node:url}}</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/parameters/node-url/">{{node:url}}</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['parameters'] |
| get_dest_dir() | ./public/parameters/node-url |
| get_dest_file() | ./public/parameters/node-url/index.html |
| get_breadcrumb_separator() | » |