diff --git a/README.es.rdoc b/README.es.rdoc index 7c653184..42c8d194 100644 --- a/README.es.rdoc +++ b/README.es.rdoc @@ -569,13 +569,13 @@ son necesarios para renderizar plantillas CoffeeScript: Renderiza ./views/application.coffee. -=== Plantillas Inline +=== Plantillas Embebidas get '/' do haml '%div.titulo Hola Mundo' end -Renderiza el template contenido en el string. +Renderiza el template embebido en el string. === Accediendo a Variables en Plantillas