SkoolOS/Website/skoolos/templates/skoolos/home.html
2020-06-14 02:22:28 -04:00

6 lines
158 B
HTML

{% extends "skoolos/base.html" %}
{% block content %}
<h1>welcome to skoolos</h1>
<h2>it's the future you've been waiting for</h2>
{% endblock content %}