$title
Output annotation title.
elgg_get_excerpt(string $text, int $num_chars=250)
Returns an excerpt.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.