Sha256: f7a067de42117b1cc28efc29f615563e87f8884b295c88264aa3c56157ad15de

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 Bytes

Contents

!!! 1.0 Strict
%html{html_attrs("en")}
  %head
    %title= block(:title)
    %meta{"http-equiv" => "content-type", content: "text/html; charset=utf-8"}
    %meta{"http-equiv" => "content-language", content: "en-us"}
    %meta{name: "description", content: block(:description, "")}
    %meta{name: "keywords", content: block(:keywords, "")}
    %meta{name: "author", content: "<%= ENV["USER"] %>"}
    = javascripts *block(:javascripts, Array.new)
    = stylesheets *block(:stylesheets, Array.new)
    = block(:head)
  %body
    .container
      %h1!= block(:title)
      != block(:content)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rango-0.0.6 stubs/project/content/templates/base.html.haml.rbt