Advertisement
Guest User

Untitled

a guest
Jan 30th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. h3. template.html
  2.  
  3. In its simplest version, this is just a HTML file with website design which contains the following code:
  4.  
  5. <pre>
  6. {% autoescape off %}
  7. {{ body }}
  8. {% endautoescape %}
  9. </pre>
  10.  
  11. This code will be replaced with page content. Read on for other options.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement