Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created May 14, 2015 14:38
Show Gist options
  • Save darui00kara/6d92150c235f98b91f74 to your computer and use it in GitHub Desktop.
Save darui00kara/6d92150c235f98b91f74 to your computer and use it in GitHub Desktop.
!!!
-# %TagName(html)で記述
%html{:lang => "ja"}
%head
-# 「%TagName= @EmmbeddingName」で出力
%title= @title
%body
-# 「%TagName #{@EmmbeddingName}で出力」
%h1 #{@title}
%p= @text
- @bbs_data.each do |row|
%p= row
- row.each do |element|
%p= element
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment