{{ content }}
{% elsif site.custom_theme.columns == "2" %}
{{ content }}
{% elsif site.custom_theme.columns == "3" %}
{{ content }}
{% else %}
custom_theme/columns not set in _config.yml
Your theme settings in _config.yml are incorrect
Current columns: {{ site.custom_theme.columns }}
{% endif %}