-var language = 'en' 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/main.css') include widgets/favicons include widgets/socials body.home-page .b-home .container-fluid.custom-container-fluid .row .col-6 .logo-wrapper img(src="IMG/logo.png", alt="") .col-6 .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 .row .col h1#home-title .row .col .row#menu-buttons 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/main.js')