Disabled Comments
…de of a conditional statement like so: 1 {{ if { meerkat : comments_enabled === true } }} 2 <!-- Display the comment form. --> 3 {{ else }} 4 < p > New comment submissions have been disabled for this post. </ p > 5 {{ /if }} That's all there is...