7 lines
207 B
HTML
7 lines
207 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block title %}Home{% endblock %}
|
|
{% block content %}
|
|
<h1>Refunds</h1>
|
|
<p class="lead">Welcome to my website. I hope you will enjoy your journey here.</p>
|
|
{% endblock %}
|