.. include:: /Includes.rst.txt .. _configuration_variables: ========= Variables ========= Variables can be defined for usage in records. They are stored below the property :yaml:`_variables`. Variables can be accessed by the keyword :yaml:`{variable:}`. .. code-block:: yaml _variables: paragraph: "

Lorem ipsum dolor sit amet, consetetur sadipscing elitr

" tt_content: - identifier: example pid: "{pages:home}" CType: text bodytext: "{variable:paragraph}"