6 lines
162 B
HTML
6 lines
162 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Welcome to Crypto Portfolio Tracker</h1>
|
|
<p>Track your cryptocurrency investments with ease.</p>
|
|
{% endblock %} |