tags.Type: str
Get the type of a tag.
1.9.1 or later
The type of the tag. One of "text", "define" or "date".
To get the type of the first tag on the page:
{{ if(#page.tags) map.values(page.tags)[0].type; else "no tags on page"; }}
Copyright © 2011 MindTouch, Inc. Powered by
Viewing Details: