diff options
Diffstat (limited to 'src/views/page.ecr')
-rw-r--r-- | src/views/page.ecr | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/views/page.ecr b/src/views/page.ecr deleted file mode 100644 index a2dca05..0000000 --- a/src/views/page.ecr +++ /dev/null @@ -1,31 +0,0 @@ -<% - # deprecated: replaced with theme templates -%><!DOCTYPE html> -<html lang='en-US'> - <head> - <meta charset="utf-8"/> - <title><%= - # TODO: should call page title instead - h(@item["name"]) - %></title> - - <%= - styles - %> - </head> - - <body> - <div class='post'> - <b>page: <%= h(@item["name"]) %></b><br/> - <b> - by <%= h(@item["user_name"]) %> - on <%= h(@item["posted_at_text"]) %> - </b><br/><br/> - <%= @item["body"] %> - </div> - </body> - - <%= - scripts - %> -</html> |