Substitution parameters can be used in content nodes and HTML templates.
When a substitution parameter is encountered, it will be replaced with its value during web site rendering.
| Parameter | Notes |
|---|---|
| {{node:body}} | Entire node body contents |
| {{include:default.html}} | include:path/to/template.html |
| {{value:foo}} | rvalue is <lowercase-header-name> |
| {{value-unescaped:foo}} | rvalue is <lowercase-header-name> |
| {{breadcrumbs:*}} | HTML navigation breadcrumbs |
| {{breadcrumbs-root:*}} | Breadcrumbs (including root node) |
| {{created:%B %d, %Y}} | man strftime |
| {{modified:%B %d, %Y}} | man strftime |
| {{static-url:foo.jpg}} | a.jpg, i/a.jpg, /a.jpg |
| {{static-hash-url:foo.css}} | a.css, c/a.css, /a.css |
| {{rss:url}} | Canonical RSS URL |
| {{node:url}} | Node URL |
| {{node:name}} | Node name (e.g. index, bar) |
| {{node:title}} | Node title |
| {{node:link}} | <a href="/node-url/">Node Title</a> |
| {{node-url:foo/bar}} | Node URL for the foo/bar node |
| {{node-name:foo/bar}} | Node name for the foo/bar node |
| {{node-title:foo/bar}} | Node title for the foo/bar node |
| {{node-link:foo/bar}} | Node link for the foo/bar node |
| {{node-list:*}} | Links to child nodes |
| {{tag-list:*}} | Links to relevant tags |
| {{soju:hello_world(node)}} | See lib/soju.py |
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | parameters/index | nodes/parameters/index |
| Template | default.html | templates/default.html |
| URL | /parameters/ | public/parameters/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| ++-tags | * |
| tags | parameters |
| title | Substitution Parameters |
| 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 |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-08T18:52:13-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | index |
| get_path() | parameters/index |
| get_node_type() | file |
| get_url() | /parameters/ |
| get_canonical_url() | https://documentation.uriel.foo/parameters/ |
| get_name() | parameters |
| get_display_name() | Parameters |
| get_title() | Substitution Parameters |
| get_escaped_title() | Substitution Parameters |
| get_link() | <a href="/parameters/">Substitution Parameters</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/parameters/">Substitution Parameters</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['parameters'] |
| get_dest_dir() | ./public/parameters |
| get_dest_file() | ./public/parameters/index.html |
| get_breadcrumb_separator() | » |