core-crew/templates/result.html

13 lines
260 B
HTML
Raw Permalink Normal View History

2024-06-15 13:41:25 -04:00
<!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>