Skip to content

Instantly share code, notes, and snippets.

@uokesita
Created January 18, 2011 00:58
Show Gist options
  • Save uokesita/783820 to your computer and use it in GitHub Desktop.
Save uokesita/783820 to your computer and use it in GitHub Desktop.
%h1= "\##{@post.secuencia} #{@post.titulo}"
%p= sanitize @post.descripcion
- for seccion in @post.seccione
.seccion
%h2= seccion.cabecera
.body= sanitize seccion.cuerpo
%hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment