GameExpo23/GameExpo/website/templates/editor.html
2023-06-11 20:44:00 +01:00

8 lines
No EOL
233 B
HTML

{% extends "base.html" %}
{% block background %}{{ url_for('static', filename='images/default.jpg') }}{% endblock %}
{% block content %}
<header>
<h1>{{ game.name }}</h1>
<p>Editor</p>
</header>
{% endblock %}