Files
mjwilson.org/templates/index.html
2025-06-24 10:42:32 -04:00

8 lines
109 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
Mike Wilson
</h1>
{% endblock content %}