{% if enable_gs %} {{ gsinit }} {% endif %} {% if favicon.size > 0 %} {% else %} {% endif %} {{ site.company_name }} | {% if page == 'page_index' %} Portal {% elsif page == 'page_search_result' %} Search Results {% elsif page == 'page_topic' %} {{ topic.name | clip:40 }} {% elsif page == 'page_article' %} {{ article.subject_plain | clip:40 }} {% elsif page == 'question_new' or page == 'question_pre_create' %} Post a Public Question {% elsif page == 'question_show' %} {{ question.subject_plain | clip:40 }} {% elsif page == 'email_new' or page == 'email_pre_create' %} Email Us {% elsif page == 'email_submitted' %} Email Sent {% elsif page == 'chat_new' or page == 'chat_pre_create' %} Live Chat! {% endif %} {% if page == 'page_article' %} {% endif %} {% if page == 'page_topic' %} {% if site.questions_enabled_config and topic.question_count > 0 and topic.allow_questions %} {% endif %} {% if topic.article_count > 0 %} {% endif %} {% endif %}