Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created February 5, 2012 05:03
Show Gist options
  • Save tsabat/1742951 to your computer and use it in GitHub Desktop.
Save tsabat/1742951 to your computer and use it in GitHub Desktop.
sinatro woes
<html>
<body>
<script>
<?php
$templates = array(
'result' => file_get_contents('template.html')
);
echo '__templates = ' . json_encode($templates) . ';';
?>
</script>
<script>
alert __templates;
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment