mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
7 lines
79 B
Text
7 lines
79 B
Text
|
---
|
||
|
foo: <%= "bar" %>
|
||
|
something: <%= 42 %>
|
||
|
nested:
|
||
|
a: <%= 1 %>
|
||
|
b: <%= 2 %>
|