The subtags of math
are
${queryfrom index.tag "tag" where name:startsWith("math/") select name select name)}
The pages tagged with math
or its subtags are
${template.each(query
from index.tag "page"
where matchSubTag(tags, "math")
), templates.fullPageItem
)}