Display Curly Braces in Jekyll. Escape curly braces in jekyll.
To display curly braces or double curly braces in jekyll, you can use the raw
tag.
Here is an example
{% raw %}{{emp.FirstName}}{% endraw %}
The above code display,
{{emp.FirstName}}