Sha256: a826c68fa2a7e9df22b120d09edcfce3c4579855bc3643c0b83d1bdddae9136a

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

doctype html
html
  head
    meta charset="utf-8"
    title #{@page_title}
    link href="/css/github.css" rel="stylesheet"
    link href="/css/application.css" rel="stylesheet"
    style type="text/css"
      = Rouge::Themes::Github.render(scope: ".highlight")
  body
    == yield
    script src="/js/jquery-2.1.0.min.js"
    script src="/js/application.js"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mado-0.2.1 app/views/layout.slim