13 lines
260 B
HTML
13 lines
260 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Content Generation Result</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Content Generation Result</h1>
|
||
|
<h2>Report</h2>
|
||
|
{{ report|safe }}
|
||
|
<!-- <h2>Blog Post</h2>
|
||
|
<pre>{{ blog_post }}</pre> -->
|
||
|
</body>
|
||
|
</html>
|