characters
% for o in ocs:
% end
{{!name}}
{{!profile[0]}}
basics
{{!profile[1]}}
% if len(profile[2]) > 0:
story
{{!profile[2]}}
% end
% if len(profile[3]) > 0:
description
{{!profile[3]}}
% end
% if len(gallery) > 1:
% print(gallery)
gallery
% if len(gallery) >=2:
% for g in gallery[2]:
% i = g[0].index('.')
% thumb = g[0][:i] + 'thumb' + g[0][i:]
% end
% end
% end