title | category | layout | prism_languages | |
---|---|---|---|---|
Haml |
Markup |
2017/sheet |
|
!!! 5
%html
%head
%title
%body
%h1 Hello World
%br/
%p.class-example
.no-tag-defaults-to-div
%div#butItCanBeIncluded
Either hash syntax works
%meta{ name: "viewport", content: "width=device-width, initial-scale=1.0" }
%input{ :type => "text", :required => true }
-# This is a comment
-# Anything starting with a hyphen signals to Haml that Ruby is coming
- @arr = [1, 2, 3]
- @str = "test"
-# Equal signals output
= render partial: "shared/header"
= yield
= link_to page_url