Skip to content

Instantly share code, notes, and snippets.

@tetu1225
Created June 27, 2011 09:54
Show Gist options
  • Save tetu1225/1048602 to your computer and use it in GitHub Desktop.
Save tetu1225/1048602 to your computer and use it in GitHub Desktop.
!!! 5
#content
%strong= @var
%p
これはPタグ
%div{:id => "aaa", :class => "bbb"}
IDとかクラスも指定できるよ
%a{:href => 'http://yahoo.com', :target => "_blank"}
%h1 Yahooへ
%h1{:id => @var}
変数も使える。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment