$!{executor.model.category}

#if (!$executor.model.description.isEmpty())

$!{executor.model.description}

#end

Tags: #if (!$executor.model.tags.isEmpty()) #foreach($tag in $executor.model.tags) ${tag}  #end #else none #end