-var language = 'lv' doctype html html(lang=language) head meta(charset='UTF-8') title Sākums // Mobile Metas meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no') // Vendor CSS link(rel='stylesheet', href='CSS/bootstrap.min.css') link(rel='stylesheet', href='CSS/jquery.quiz-min.css') link(rel='stylesheet', href='CSS/ekko-lightbox.css') link(rel='stylesheet', href='CSS/main.css') //- link(rel='stylesheet', href='/css/font-awesome.min.css') include widgets/favicons include widgets/socials body.quiz.quiz-prof .b-quiz .container-fluid.custom-container-fluid .row .col-12.col-sm-6.order-1.col-xl-2.quiz-content-wrapper .row.h-xl-100 .col.logo-wrapper a(href="index_en.html") img.img-fluid(src="IMG/logo.png", alt="") .col.current_question_number.align-self-end .col-12.order-3.col-xl-8.order-xl-2.quiz-content-wrapper .row .col-12.col-sm-11 section.questions-wrap .quiz-wrapper #quiz #quiz-start-screen .ok-button-wrapper #quiz-ok-btn OK .col-12.col-sm-1 #quiz-counter_left .wr-tb .wr-td ul .col-12.col-sm-6.order-2.col-xl-2.order-xl-3 .language-menu-wrapper ul.language-menu.list-inline li.list-inline-item if language == 'lv' a.active(href="index.html") LV else a(href="#") LV li.list-inline-item if language == 'ru' a.active(href="index_ru.html") RU else a(href="index_ru.html") RU li.list-inline-item if language == 'en' a.active(href="index_en.html") EN else a(href="index_en.html") EN script(src='SCRIPT/jquery.min.js') script(src='SCRIPT/bootstrap.bundle.min.js') if language == 'lv' script(src='TXT/LV/lv.js') if language == 'en' script(src='TXT/EN/en.js') if language == 'ru' script(src='TXT/RU/ru.js') script(src='SCRIPT/jquery.quiz-min.js') script(src='SCRIPT/ekko-lightbox.min.js') script(src='SCRIPT/main.js') //- include ../widgets/gAnalitics