template cleanup

This commit is contained in:
Chris kerr 2024-02-04 13:18:59 -05:00
parent f628e5ba71
commit 4f644a706a
3 changed files with 0 additions and 6 deletions

View File

@ -25,9 +25,6 @@
> >
<option value="">All</option> <option value="">All</option>
</select> </select>
<!--{% block stats %}{% endblock %}-->
<div id="modules" class="flex mt-4"> <div id="modules" class="flex mt-4">
<iframe <iframe
id="monsterIframe" id="monsterIframe"

0
templates/layout.html Normal file
View File

View File

@ -1,4 +1,3 @@
<!--{% extends 'index.html' %}-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -8,7 +7,6 @@
<link rel="stylesheet" href="../static/style/output.css" /> <link rel="stylesheet" href="../static/style/output.css" />
</head> </head>
<body class="p-2 font-mono text-white bg-slate-700"> <body class="p-2 font-mono text-white bg-slate-700">
<!--{% block stats %}-->
<div> <div>
<h2>{{ monster.name }}</h2> <h2>{{ monster.name }}</h2>
<p><strong>Family:</strong> {{ monster.family }}</p> <p><strong>Family:</strong> {{ monster.family }}</p>
@ -46,6 +44,5 @@
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
<!--{% endblock %}-->
</body> </body>
</html> </html>