Start making

Start on the basic structure, database stuff
This commit is contained in:
Isaac
2021-02-16 00:02:44 +00:00
parent 828d4af22d
commit f44e9080e5
12 changed files with 617 additions and 559 deletions

View File

@@ -1,2 +1,16 @@
{% extends "base.html" %}
{% block announce %}{% include "announce.html" ignore missing %}{% endblock %}
{% block announce %}{% include "announce.html" ignore missing %}{% endblock %}
{% block content %}
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://github.com/eartharoid/DiscordTickets/?sponsor=1" title="Donate to support this project">
<span class="twemoji heart-throb-hover">
{% set icon = "octicons/heart-fill-16" %}
{% include ".icons/" ~ icon ~ ".svg" %}
</span>
</a>
<hr>
</footer>
{% endblock %}