template cleanup
This commit is contained in:
parent
f628e5ba71
commit
4f644a706a
@ -25,9 +25,6 @@
|
||||
>
|
||||
<option value="">All</option>
|
||||
</select>
|
||||
|
||||
<!--{% block stats %}{% endblock %}-->
|
||||
|
||||
<div id="modules" class="flex mt-4">
|
||||
<iframe
|
||||
id="monsterIframe"
|
||||
|
0
templates/layout.html
Normal file
0
templates/layout.html
Normal file
@ -1,4 +1,3 @@
|
||||
<!--{% extends 'index.html' %}-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -8,7 +7,6 @@
|
||||
<link rel="stylesheet" href="../static/style/output.css" />
|
||||
</head>
|
||||
<body class="p-2 font-mono text-white bg-slate-700">
|
||||
<!--{% block stats %}-->
|
||||
<div>
|
||||
<h2>{{ monster.name }}</h2>
|
||||
<p><strong>Family:</strong> {{ monster.family }}</p>
|
||||
@ -46,6 +44,5 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<!--{% endblock %}-->
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user