Value
++ Displays the value of a named field from the current page, with options to modify the value or fallback + to alternative values. +
Partial view
++ A partial view is a separate template file which can be rendered inside another template, it's great + for reusing markup or for separating complex templates into separate files. +
Macro
++ A Macro is a configurable component which is great for reusable parts of your design, where you need the + option to provide parameters, such as galleries, forms and lists. +
Dictionary item
++ A dictionary item is a placeholder for a translatable piece of text, which makes it easy to create + designs for multilingual websites. +