template cleanup
This commit is contained in:
parent
f628e5ba71
commit
4f644a706a
@ -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
0
templates/layout.html
Normal 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user