Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a list of variables that can be used in a template, for example {topics.imageurl}, {config.relative_path}/topic/{topics.slug} etc ? Was hoping to find a list of available ones in the docs, but couldn't locate any.
{topics.imageurl}
{config.relative_path}/topic/{topics.slug}
https://docs.nodebb.org/api/read/
Or just prepend the route you are interested in with /api like this
/api
@baris Thanks