mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-03 19:09:30 +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 %}
|