{%if settings.GROUPS_ENABLED%}
{% endif %}
{% if settings.ASKBOT_CSS_DEVEL == False %}
{% else %}
{% endif %}
{% if settings.USE_LOCAL_FONTS %}
{% include "meta/fonts.html" %}
{% else %}
{# note: IE8 fix - a combined font link wont work so we have two #}
{% endif %}
{{ skin.get_extra_css_link() }}
{% if settings.USE_CUSTOM_CSS %}
{% endif %}