{% assign sectionTitle = section.title | default: 'Misc' %} {% case sectionTitle %} {% when "New Feature" %} {% assign colors = "bg-orange text-white" %} {% when "Bugs" %} {% assign colors = "bg-purple text-white" %} {% else %} {% assign colors = "bg-blue text-white" %} {% endcase %} {{ sectionTitle }}