blob: 215a4e28750e9eec4a7db2ac3dc5b45b60282354 [file] [log] [blame]
doctype html
html
body
h1 Markup examples
#content
p
| Slim can have #{ruby_code} interpolated!
/[if IE]
javascript:
alert('Slim supports embedded javascript!')
- unless items.empty?
table
- for item in items do
tr
td.name = item.name
td.price = item.price