Skip to content

Instantly share code, notes, and snippets.

@maurer
Created October 24, 2014 01: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 maurer/023dcbd47b1c0fa7f81f to your computer and use it in GitHub Desktop.
Save maurer/023dcbd47b1c0fa7f81f to your computer and use it in GitHub Desktop.
distill.hamlet
<div id="jotSelector" class="col-xs-2">
<div id="jotButtons" class="btn-group-vertical center-block">
$forall (jotId, desc) <- jotButtons
<button type="button" class="btn btn-default" onclick=displayJot(#{show jotId})>
#{desc}
<div id="jotViewer" class="col-xs-5">
<div id="jotAction" class="col-xs-5">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment