{% if name == 'John' %} Hello, John {% elsif name == 'Leo' %} Hello, Leo {% else %} Hello, stranger. {% endif %}