mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-06-24 10:56:18 +00:00
6 lines
No EOL
207 B
HTML
6 lines
No EOL
207 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<div class="content content-img">
|
|
<img src="{{ url_for('static', filename='images/funny.jpg') }}" alt="Funny" id="funny">
|
|
</div>
|
|
{% endblock %} |