1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Rename one of the two 'Inline Templates' sections to 'Embedded Templates'.

This commit is contained in:
Konstantin Haase 2011-01-11 10:33:40 +01:00
parent a0f47170d5
commit 705c93f06b

View file

@ -560,13 +560,13 @@ Now you can render CoffeeScript templates:
Renders <tt>./views/application.coffee</tt>.
=== Inline Templates
=== Embedded Templates
get '/' do
haml '%div.title Hello World'
end
Renders the inlined template string.
Renders the embedded template string.
=== Accessing Variables in Templates