..

jekyll

escaping double curly braces

{% raw %}
Hello, my name is jekyll (Artist).
{% endraw %}

variables

variables to re-use on the same file

{% assign var_foobar = page.title | append: " (Artist)" %}

comments

{% comment %}
{% include navbar.html %}
{% endcomment %}

other reference: