The project structure has been changed to make it more manageable and modular. A search feature has been added to the comics page.
6 lines
183 B
HTML
6 lines
183 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{# <iframe src="/database" style="border: none; position: absolute; width: 100%; height: 90%; bottom: 0;"></iframe>#}
|
|
{% endblock %}
|