diff options
Diffstat (limited to 'templates/full.html')
-rw-r--r-- | templates/full.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/full.html b/templates/full.html deleted file mode 100644 index dfa0606..0000000 --- a/templates/full.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <title>{{ title }}</title> - <link rel="StyleSheet" href="/highlight_stylesheet" type="text/css"> - <link rel="StyleSheet" href="/static/paste.css" type="text/css"> - <script type="text/javascript" src="/static/view.js"></script> -</head> -<body> -{% if rendered %} -<div class="paste-rendered"> -{% endif %} -{{ text }} -{% if rendered %} -</div> -{% endif %} -</body> -</html> |