mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 00:13:00 -06:00
9 lines
142 B
HTML
9 lines
142 B
HTML
<!-- templates/profile.html -->
|
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
Welcome, {{ name }}!
|
|
</h1>
|
|
{% endblock %} |