Created
May 14, 2015 14:38
-
-
Save darui00kara/6d92150c235f98b91f74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! | |
-# %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