mirror of https://github.com/me50/kukemuna.git
12 lines
408 B
HTML
12 lines
408 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}
|
|
Apology
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<!-- https://memegen.link/ -->
|
|
<!-- https://knowyourmeme.com/memes/grumpy-cat -->
|
|
<img alt="{{ top }}" class="border img-fluid" src="https://api.memegen.link/images/custom/{{ top | urlencode }}/{{ bottom | urlencode }}.jpg?background=https://i.imgur.com/CsCgN7Ll.png&width=400" title="{{ top }}">
|
|
{% endblock %}
|