|doctype html
|<!--[if IE 7]><html class="ie7 lt-ie10 lt-ie9 lt-ie8 no-js" lang="ru"><![endif]-->
|<!--[if IE 8]><html class="ie8 lt-ie10 lt-ie9 no-js" lang="ru"><![endif]-->
|<!--[if IE 9 ]><html class="ie9 lt-ie10 no-js" lang="ru"><![endif]-->
|<!--[if (gt IE 9)|!(IE)]><!--><html class="no-js" lang="ru"><!--<![endif]-->
- var blocks={};
mixin set(key)
    - blocks[key]=this.block


//- node deps
include ../../node_modules/bemto.jade/bemto
- bemto_settings_prefix = ''
- bemto_settings_element = '-'
- bemto_settings_modifier = '--'



include ../modules/head/head
include ../modules/footer/footer
include ../modules/button/button
include ../modules/carousel/carousel
include ../modules/spinner/spinner
    
head
    +head(head.defaults)
body
    .content
        block body
    block modals
    //- Main scripts. You can replace it, but I recommend you to leave it here
    //- script(src='https://yastatic.net/jquery/2.1.4/jquery.min.js')
    script(src='%=staticPrefix=%js/main%=hash=%%=min=%.js')
    script.
          $(document).foundation();
