Skip to content

Instantly share code, notes, and snippets.

@yuririn
Last active April 30, 2017 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuririn/06d5d22ae5ef240a273c9f0ce15dddf8 to your computer and use it in GitHub Desktop.
Save yuririn/06d5d22ae5ef240a273c9f0ce15dddf8 to your computer and use it in GitHub Desktop.
- var title = { home: "トップページ" }
if title.home
h2 #{title.home}
else
h2 title.lower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment