Skip to content

Instantly share code, notes, and snippets.

@Gunio
Created October 18, 2011 19:30
Show Gist options
  • Save Gunio/1296440 to your computer and use it in GitHub Desktop.
Save Gunio/1296440 to your computer and use it in GitHub Desktop.
Simple Django Template
<html>
<head><title>{{output}}</title></head>
<body>
Your output is: {{output}}.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment