I\'m using Jekyll to create a documentation site wherein I am trying to document some code that contains handlebars-like syntax. For example {{foo}}. The proble
{{foo}}
You're looking for the {% raw %} tag.
{% raw %}
{% raw %} Hello, my name is {{name}}. {% endraw %}