Compare commits

..

No commits in common. "b7f38d69c6fe590f24ae1d40e1022864ca4639bc" and "ae4325a969961aa2b405260262619a333400f211" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View file

@ -14,5 +14,9 @@
<h1>{{ self.title() }}</h1> <h1>{{ self.title() }}</h1>
<article>{% block content %}{% endblock %}</article> <article>{% block content %}{% endblock %}</article>
</main> </main>
<footer class="container">
<p><a href="mailto:ahoemann@proton.me">ahoemann@proton.me</a>
</p>Authored by <a href="https://bin.adrianux.net/">Adrian Hoemann</a>.
</footer>
</body> </body>
</html> </html>

View file

@ -1,5 +1,5 @@
{% extends "base.j2" %} {% extends "base.j2" %}
{% block title %}Pystebin Service{% endblock %} {% block title %}Pastebin Service{% endblock %}
{% block head %} {% block head %}
{{ super() }} {{ super() }}
{% endblock %} {% endblock %}