{{#each results}}

{{this.title}}

{{this.description}}

{{#contains this.keywords "Technology"}}
tech

TECH

{{/contains}} {{#contains this.keywords "Adventure"}}
adventure

ADVENTURE

{{/contains}} {{#contains this.keywords "Magic"}}
magic

MAGIC

{{/contains}} {{#contains this.keywords "Utility"}}
util

UTILITY

{{/contains}} {{#contains this.keywords "Forge"}}
forge

FORGE

{{/contains}} {{#contains this.keywords "Fabric"}}
fabric

FABRIC

{{/contains}}
{{/each}}