{% extends 'base.html' %}

{% block title %}
    "Picture Puzzle remake" - How it was made
{% endblock %}

{% block content %}
    <section class="content">
        <h1>"Picture Puzzle remake" - How it was made</h1>
        <img src="{{ url_for('static', filename='images/coding.png') }}" alt="Some intense coding" width="800" height="500">
        <p>Somehow idk</p>
{% endblock %}