mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-25 22:27:29 +10:00
12 lines
No EOL
196 B
HTML
12 lines
No EOL
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> |