mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 08:41:25 +03:00
Start making
Start on the basic structure, database stuff
This commit is contained in:
@@ -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 %}
|
Reference in New Issue
Block a user