Skip to content

Instantly share code, notes, and snippets.

@alexnask
Created December 3, 2010 19:54
Show Gist options
  • Save alexnask/727463 to your computer and use it in GitHub Desktop.
Save alexnask/727463 to your computer and use it in GitHub Desktop.
Include and execute another file's code in thtml :)
<html>
<p>Hey im html!</p>
<%
ReadFile: data, "someFile.thtml"
Execute: data
%>
<p>Oh, im ended ;(</p>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment