Start work on editor

This commit is contained in:
Michał Gdula 2023-05-22 15:51:23 +01:00
parent e362fb7797
commit 4d9bb3de39
3 changed files with 17 additions and 7 deletions

View file

@ -0,0 +1,8 @@
{% 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 %}