mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-27 20:40:33 +00:00
9 lines
165 B
Text
9 lines
165 B
Text
{% extends "base" %}
|
|
|
|
{% block title %}
|
|
{{ instance.name }}
|
|
{% endblock title %}
|
|
|
|
{% block content %}
|
|
<h1>Welcome on {{ instance.name }}</h1>
|
|
{% endblock content %}
|