#
Tag: templating
See all tags.
Templating
Includes
The include function pulls content from another file into your page. Write a block of content once, then include in multiple locations across your site.
Templating
Page properties
Use page.* to access metadata from the current page's frontmatter. These properties let you dynamically reference page values without hardcoding them. For project-level configuration, see Project properties.
Templating
Project properties
Use project.* to access configuration values from your retype.yml file. This keeps your content in sync with project settings and avoids hardcoding values that might change. For page-level metadata, see Page properties.