mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-15 15:45:25 +00:00
10 lines
165 B
Text
10 lines
165 B
Text
|
{% extends "base" %}
|
||
|
|
||
|
{% block title %}
|
||
|
{{ instance.name }}
|
||
|
{% endblock title %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>Welcome on {{ instance.name }}</h1>
|
||
|
{% endblock content %}
|