plane/apiserver/templates/index.html

5 lines
153 B
HTML
Raw Normal View History

{% extends 'base.html' %} {% load static %} {% block content %}
<div class="container mt-5">
<h1>Hello from plane!</h1>
</div>
{% endblock content %}