diff options
Diffstat (limited to 'site/templates/pastebin.html')
-rw-r--r-- | site/templates/pastebin.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/templates/pastebin.html b/site/templates/pastebin.html new file mode 100644 index 0000000..7aa2775 --- /dev/null +++ b/site/templates/pastebin.html @@ -0,0 +1,8 @@ +<article> + <section class="header"> + Posted on $date$ + </section> + <section> + $body$ + </section> +</article> |