mirror of
https://github.com/makeplane/plane.git
synced 2025-12-19 13:19:31 +01:00
5 lines
153 B
HTML
5 lines
153 B
HTML
|
|
{% extends 'base.html' %} {% load static %} {% block content %}
|
||
|
|
<div class="container mt-5">
|
||
|
|
<h1>Hello from plane!</h1>
|
||
|
|
</div>
|
||
|
|
{% endblock content %}
|