!!! 5 %html

%head
  %meta{ :charset => 'utf-8' }
  %title= '{{ page.title }}  | Neverprint'

  %meta{ :name => 'viewport', :content => 'width=device-width' }
  %meta{ :'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1' }

  %link{ :rel => 'shortcut icon',  :href => '/images/favicon.ico', :type => 'image/x-icon'}
  %link{ :rel => 'stylesheet', :href => '/css/all.css' }
  %link{ :rel => 'stylesheet', :href => '/css/main.css' }
  %link{ :rel => 'stylesheet', :href => '/css/syntax.css' }
  %script{ :src => '//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js' }
  %script{ :src => '/js/application.js' }

%body
  .container
    .site
      .header
        %h1.title
          %a{ :href => '/' }= '{{ page.title }}'
          %a.extra{ :href => '/'}= 'home'

      {{ content }}

      .footer
        .contact
          %p
            %strong='Neverprint'
          %br
            A Jekyll based site generator
          %br
            info@neverprint.com

        .contact
          %p
            %a{ :href => 'http://github.com/neverprint/' }= 'github.com/neverprint'
            %br
            %a{ :href => 'http://twitter.com//neverprint/' }= 'twitter.com/neverprint'