tags

A List of presentation tags.

Type: java.util.List<PresentationTag>

Example usage

To get all the tags:

${myPresentationArticle.tags}

To get one particular tag:

${myPresentationArticle.tags[index]}

where index is the index of the tag you want.