DiscordTickets/overrides/main.html
Isaac f44e9080e5
Start making
Start on the basic structure, database stuff
2021-02-16 00:02:44 +00:00

16 lines
495 B
HTML

{% extends "base.html" %}
{% 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 %}