Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created May 11, 2015 08:18
Show Gist options
  • Save darui00kara/af5950abf602e3f63dea to your computer and use it in GitHub Desktop.
Save darui00kara/af5950abf602e3f63dea 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment