You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/layouts/bare.html.slim

12 lines
290 B
Plaintext

doctype html
html[lang="en"]
head
meta[charset="utf-8"]
meta[http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"]
title = page_title
= stylesheet_link_tag 'embed', :media => 'all'
= javascript_include_tag 'embed'
= content_for(:head)
body.iframe
= yield