mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 05:43:11 +00:00
Renamed the folders and containers to something more reasonable Using .env file for secretes so I can better hide them from git Mostly it, I think
8 lines
No EOL
263 B
HTML
8 lines
No EOL
263 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="center-text">
|
|
<h2>{{ error }}</h2>
|
|
<p>{{ msg }}</p>
|
|
<image src="{{ url_for('static', filename='error-images/' + image + '.jpg') }}" alt="Error">
|
|
</div>
|
|
{% endblock %} |