data

The data tag is a tag for emitting a value of a dictionary. It differs from the b:eval tag in that data tags emit a single value, whereas b:eval tags can combine or modify data values using an expression.

Example usage


Set the page title


<html>
  <head>
    <title><data:view.title.escaped/></title>
  </head>
</html>