django-rest-auth/demo/templates/home.html

10 lines
253 B
HTML
Raw Normal View History

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