Overview
Tags are predefined classification labels applied to articles and requirements. They enable cross-framework filtering by topic — for example, finding all content related to"data-breach" across GDPR, NIS2, and the CRA.
Methods
list()
Returns a page of all tags.
Returns
Page[Tag]
get()
Fetch a single tag by its slug.
Returns
Tag
iter()
Iterate over all tags.
Iterator[Tag]
Model
Tag
Examples
Print all tags with descriptions
Look up a tag’s keywords
Find all articles tagged with a given label
Build a tag index across all frameworks
Tag slugs are stable — safe to hardcode in application logic or store in databases as foreign keys.
