Creating the Conditional Logic | Creating Dynamic CSS Class Names with Statamic
We will use an Antlers partial to contain the conditional logic that will output our dynamic CSS classes to help keep our template organized and clean. Inside entry_classes.antlers.html : 1 {{ if title == ' Nectar of the Gods ' }} 2 nectar-title 3...