1. Front-end
  2. HAML

HAML

Introduction

HAML is an HTML abstraction markup language, that makes creating HTML documents simple, elegant and rapid.

Comments

/ this will be translated to HTML comment, visible to anyone -# and this will not, so use this one for dev. notes

Sanitise

&= to sanitise any HTML

Todo

  • Complete the sections
  • http://www.cheatography.com/specialbrand/cheat-sheets/haml/
  • https://rivalfox.com/blog/haml-best-practices/