ruby-benchmarks/templates/slim.slim

14 lines
338 B
Plaintext
Raw Permalink Normal View History

2019-04-15 23:48:03 +00:00
doctype html
html
head
title Hello from Slim!
meta charset="utf-8"
meta name="viewport" content="width=device-width, initial-scale=1"
link rel="stylesheet" href="/test.css"
meta name="current_time" content=Time.now.to_s
body
#content
.container
- 100.times do |i|
div This is div ##{i}