summaryrefslogtreecommitdiff
path: root/templates/full.html
blob: dfa0606eb1c7df6ceec600fdd2b0ea379c581ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>