Sha256: a59402ef6c41b146217648a6fdee9ab648c4d4f473cfb50e8a6eb0406f67728e

Contents?: true

Size: 655 Bytes

Versions: 3

Compression:

Stored size: 655 Bytes

Contents

!!! 5
%html
  %head
    %meta{ charset: "UTF-8" }
    %title= "#{theme} - #{template}"
    %meta{ name: "viewport", content: "width=device-width, initial-scale=1.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

3 entries across 3 versions & 1 rubygems

Version Path
maglove-0.5.1 data/maglove/sdk.haml
maglove-0.5.0 data/maglove/sdk.haml
maglove-0.3.0 data/maglove/sdk.haml