> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-doc-2298-s2s-type-case-sensitive.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Does Parsing Jinja Template Format in the Personalization Preview Fail?

> Resolve the Jinja template parsing error in MoEngage personalization preview. Usually caused by string operators on integers or incorrect quote usage.

## Problem

When attempting to use the personalization preview with an incorrect Jinja template format, the following error is displayed:

Error in parsing jinja template format. Error expected token ',', got 'integer'.

<img alt="Untitled design (23).png" src="https://mintcdn.com/moengage-doc-2298-s2s-type-case-sensitive/7nPxwiegGYQ2Fy2d/images/moengage_0df30d.png?fit=max&auto=format&n=7nPxwiegGYQ2Fy2d&q=85&s=91c0a07eb97100c4b3031c1e87157859" width="1600" height="255" data-path="images/moengage_0df30d.png" />

## Solution

This error occurs for the following reasons:

1. String operators are applied to the integer data type values in the Jinja code.
2. When creating a campaign, a double quotation mark is used instead of two single quotation marks in the Jinja code.
