7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
case theme.chat.use
|
|
when 'chatra'
|
|
include ./chatra.pug
|
|
when 'tidio'
|
|
include ./tidio.pug
|
|
when 'crisp'
|
|
include ./crisp.pug |