This commit is contained in:
2024-12-10 17:47:09 +00:00
parent fdd0691d9e
commit 162e5cdf98
14 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}My FastAPI App{% endblock %}</title>
</head>
<body>
{% block content %}
{% endblock %}
{# Footer #}
<footer>
<p>&copy; 2024 EKSTRAH Security Application</p>
</footer>
{% block js %}{% endblock %}
</body>
</html>