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/example.html.slim

15 lines
281 B
Plaintext

doctype html
html[lang="en"]
head
css:
body { margin: 20px }
.content {
background-color: #ddd;
padding: 20px;
width: #{params[:width] || 960}px;
}
p { font-family: serif; font-size: 16px }
body
div.content
= yield