Skip to content

Instantly share code, notes, and snippets.

@Gunio
Created October 18, 2011 19:30

Revisions

  1. Gunio created this gist Oct 18, 2011.
    6 changes: 6 additions & 0 deletions Simple Django Template
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <html>
    <head><title>{{output}}</title></head>
    <body>
    Your output is: {{output}}.
    </body>
    </html>