initial commit
This commit is contained in:
16
templates/extraction_index.html
Normal file
16
templates/extraction_index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
{% for episode_id in extractions %}
|
||||
<ul>
|
||||
<li>
|
||||
<a href="episode-{{ episode_id }}.html">Episode {{ episode_id }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
{% endfor %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user