asciinema.org/app/views/layouts/bare.html.slim

11 lines
265 B
Plaintext
Raw Normal View History

doctype html
html[lang="en"]
head
meta[charset="utf-8"]
2015-02-18 09:58:23 +00:00
meta[http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"]
title = page_title
2013-06-12 19:52:15 +00:00
= stylesheet_link_tag 'embed', :media => 'all'
= javascript_include_tag 'embed'
body.iframe
= yield