table
( "" ) as Cover,
description,
telegram
from -"templates"
where type = "video"
and contains(tags, "NSFW")
sort created desc
table
( "" ) as Cover,
description,
telegram
from -"templates"
where type = "video"
and contains(tags, "NSFW")
sort created desc