ruby-benchmarks/templates/haml.haml

17 lines
529 B
Plaintext
Raw Normal View History

2019-04-15 23:48:03 +00:00
!!!
%html{lang: "en"}
%head
%meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title Hello from Erubi!
%meta{charset: "UTF-8"}/
%meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}/
%meta{content: "ie=edge", "http-equiv" => "X-UA-Compatible"}/
%link{href: "/test.css", rel: "stylesheet"}/
%meta{content: Time.now.to_s, name: "current_time"}/
%body
#content
.container
- 100.times do |i|
%div
This is div ##{i}