Sha256: 21eb8280c1b5476a98a623fdb7a774487a68395721b17743634b9fdcdc9d118d

Contents?: true

Size: 697 Bytes

Versions: 9

Compression:

Stored size: 697 Bytes

Contents

!!! 5
%html
  %head
    %meta{ charset: "UTF-8" }
    %title= "#{theme} - #{template}"
    %meta{ name: "viewport", content: "width=device-width, initial-scale=1.0" }
    %meta{ name: "pageid", content: "0" }
    %link{ href: "/themes/#{theme}/theme.css", media: "screen", rel: "stylesheet" }
    %link{ href: "/fonts/fonts.css", media: "screen", rel: "stylesheet" }
    %script{ src: "/themes/#{theme}/theme.js", type: "text/javascript" }
    
    %link{ href: "/sdk.css", media: "screen", rel: "stylesheet" }
    %script{ src: "/sdk.js", type: "text/javascript" }
  %body
    = contents
    #__inspector
      - templates.each do |template|
        %a{href: "/#{template}"}
          = template

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
maglove-0.6.5 data/maglove/sdk.haml
maglove-0.6.4 data/maglove/sdk.haml
maglove-0.6.3 data/maglove/sdk.haml
maglove-0.6.2 data/maglove/sdk.haml
maglove-0.6.1 data/maglove/sdk.haml
maglove-0.6.0 data/maglove/sdk.haml
maglove-0.5.9 data/maglove/sdk.haml
maglove-0.5.8 data/maglove/sdk.haml
maglove-0.5.7 data/maglove/sdk.haml