~shudderfix/+junk/couch-and-cherry-py

« back to all changes in this revision

Viewing changes to templates/greeting.html

  • Committer: spam at shudderfix
  • Date: 2008-10-05 18:21:29 UTC
  • Revision ID: spam@shudderfix.com-20081005182129-dsqieekaoyumir65
Basic Couch storing in place

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
 
 
3
<head>
 
4
        <title>Greetings!</title>
 
5
</head>
 
6
 
 
7
<body>
 
8
 
 
9
        <h1>Howdy Doody!</h1>
 
10
        
 
11
        <p>Hello <em>{{ name }}</p>
 
12
</body>
 
13
 
 
14
</html>
 
 
b'\\ No newline at end of file'