Compare commits
2 commits
ae4325a969
...
b7f38d69c6
Author | SHA1 | Date | |
---|---|---|---|
b7f38d69c6 | |||
b00c3a859e |
2 changed files with 1 additions and 5 deletions
|
@ -14,9 +14,5 @@
|
|||
<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 %}Pastebin Service{% endblock %}
|
||||
{% block title %}Pystebin Service{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue