2021-04-04 16:55:40 +03:00

10 lines
201 B
HTML

{% extends 'base.html' %}
{% block title %}Coinbase{% endblock title %}
{% load static %}
{% block content %}
<div class="container">
<center><h1>Coinbase</h1></center>
</div>
{% endblock content %}