aaronsw / watchdog

The watchdog project.

This URL has Read+Write access

watchdog / templates / blog_post.html
100644 15 lines (8 sloc) 0.254 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$def with (post)
 
$var title: $post.title
 
$var width: 782px
$var color: white
 
<h1>$post.title</h1>
 
$:post.body
 
<p class="attribution strapline">posted by $post.author on $post.updated</p>
 
<p><a href="./" class="highlight">More blog posts...</a></p>