← Back to team overview

zim-wiki team mailing list archive

Is there any way to cancatenate strings in template?

 

Hello guys.
I'am trying to edit "Default" wiki page template to fit it to my purposes.
I've read all about templates in the manual but didn't find how to
concatenate strings, is it possible?
I've tried standart python ways, like:
string3 = string1 + string2
and
' '.join(wordslist)
Nothing works.

split method works and join doesn't work.

Follow ups