2023-01-12 23:17:10 +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 %}