diff options
Diffstat (limited to 'templates/micropost.html')
-rw-r--r-- | templates/micropost.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/micropost.html b/templates/micropost.html new file mode 100644 index 0000000..0b60430 --- /dev/null +++ b/templates/micropost.html @@ -0,0 +1,4 @@ +<div class="bodyitem"> + <p>$date$</p> + $body$ +</div> |