Compare commits
No commits in common. "b7f38d69c6fe590f24ae1d40e1022864ca4639bc" and "ae4325a969961aa2b405260262619a333400f211" have entirely different histories.
b7f38d69c6
...
ae4325a969
2 changed files with 5 additions and 1 deletions
|
@ -14,5 +14,9 @@
|
|||
<h1>{{ self.title() }}</h1>
|
||||
<article>{% block content %}{% endblock %}</article>
|
||||
</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>
|
||||
</html>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.j2" %}
|
||||
{% block title %}Pystebin Service{% endblock %}
|
||||
{% block title %}Pastebin Service{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue