Skip to content

Instantly share code, notes, and snippets.

@daz4126
Created August 17, 2012 15:36
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 daz4126/3379980 to your computer and use it in GitHub Desktop.
Save daz4126/3379980 to your computer and use it in GitHub Desktop.
@@riddle
doctype html
html lang="en"
head
title== @riddle.title
meta charset="utf-8"
style
- if @riddle.css_engine =="css"
== @riddle.css
- else
== send(@riddle.css_engine, @riddle.css)
script
- if @riddle.js_engine == "javascript"
== @riddle.js
- else
== send(@riddle.js_engine, @riddle.js)
body
== send(@riddle.html_engine, @riddle.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment