.// {{ site.name }}
{{ site.description }}
{{ site.tagline }}
{% if site.custom_theme.nav.bar == true %}
{% endif %}
{% if site.github.show %}
{% include github.html %}
{% endif %}
{{ content }}
{% include {{ site.custom_theme.nav.right }} %}
{% elsif site.custom_theme.columns == "3" %}
{% include {{ site.custom_theme.nav.left }} %}
{{ content }}
{% include {{ site.custom_theme.nav.right }} %}
{% else %}
custom_theme/columns not set in _config.yml
Your theme settings in _config.yml are incorrect
Current columns: {{ site.custom_theme.columns }}
{% endif %}