Skip to content

Instantly share code, notes, and snippets.

@heri
Last active September 15, 2015 15:59
Show Gist options
  • Save heri/dc839cddf828c0a061c3 to your computer and use it in GitHub Desktop.
Save heri/dc839cddf828c0a061c3 to your computer and use it in GitHub Desktop.
<h1>Let's chat</h1>
<ul>
{{ page._messages.each do |message| }}
<li>{{ message._name }}</li>
{{ end }}
</ul>
<form e-submit="add_message">
<label>Todo</label>
<input type="text" value="{{ page._new_message }}" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment