12 lines
196 B
HTML

'''
This page displays the processed article in markdown format.
'''
<!DOCTYPE html>
<html>
<head>
<title>Processed Article</title>
</head>
<body>
<pre>{{ markdown }}</pre>
</body>
</html>