hrb/benchmark/templates/simple.slim

15 lines
338 B
Plaintext
Raw Normal View History

2019-06-19 00:17:37 +00:00
doctype html
html
head
title Hello!
meta charset="utf-8"
meta name="viewport" content="width=device-width, initial-scale=1"
link rel="stylesheet" href="/test.css"
meta name="created" content=created
body
#content
.container
h1 Hello!
- numbers.each do |i|
div This is div ##{i}