blob: f8b22b6ee247ec31612b93c80d938d29db6513c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{% extends "layout.html" %}
{% block title %}
Apology
{% endblock %}
{% block main %}
<!-- alternative image bouncer: https://t3.ftcdn.net/jpg/01/18/77/66/240_F_118776660_d6FDZKGs2tnFLn50wyHG87yfeZQhWhU0.jpg -->
<img alt="{{ top }}" class="border" src="http://memegen.link/custom/{{ top | urlencode }}/{{ bottom | urlencode }}.jpg?alt=https://image.freepik.com/vektoren-kostenlos/realistisches-design-des-insolvenzkonzepts_52683-36058.jpg" title="{{ top }}">
<br>
<a button href="/" class="btn btn-success" role="button" style="margin-top: 20px">Return to Main Page</a>
{% endblock %}
|