Skip to content

Instantly share code, notes, and snippets.

@Osseta
Created February 28, 2012 22:40
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 Osseta/1935778 to your computer and use it in GitHub Desktop.
Save Osseta/1935778 to your computer and use it in GitHub Desktop.
Mockup of a non-whitspace html templating language
#
# Mockup of a non whitespaced sensative HTML/ERB replacement
<div.my-class :
<span#my-id.my-other-class.and-another-class :
actual <b :content> to display
>
>
outputs:
<div class="my-class">
<span id="my-id" class="my-other-class and-another-class>
actual <b>content</b> to display
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment