Render an [[iftags]] block.
[[iftags]]
Evaluates the condition against the page's tags (from ctx.page.tags). If no page tags are available, an empty array is used (all conditions requiring present tags will fail).
ctx.page.tags
The current render context.
IfTags data with condition string and child elements.
Render an
[[iftags]]block.Evaluates the condition against the page's tags (from
ctx.page.tags). If no page tags are available, an empty array is used (all conditions requiring present tags will fail).