Skip to content

Latest commit

 

History

History

templating

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Templating guides

Guides for templating languages

ERb

  • Use Slim

Slim

Sample

  • When wrapping long lines, keep the method name on the same line as the Slim interpolation operator and keep each method argument on its own line.
  • Prefer double quotes for attributes.

HTML

  • Prefer double quotes for attributes.