django-rest-auth/demo/templates/home.html
2020-02-29 17:59:38 -06:00

10 lines
253 B
HTML

{% extends "base.html" %}
{% block content %}
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>dj-rest-auth demo</h1>
<p>Welcome in dj-rest-auth demo project!</p>
</div>
{% endblock %}