mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
f44e9080e5
Start on the basic structure, database stuff
16 lines
495 B
HTML
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 %} |