triviOS/ui/main/templates/home.html

8 lines
211 B
HTML

{% extends "base.html" %}
{% block title %} Scholar Clubs {% endblock title%}
{% block content %}
<div class="jumbotron">
<h1 class="display-4">Welcome</h1>
</div>
{% endblock content %}