2016-06-03 19:33:12 +02:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block title %}Home{% endblock %}
|
|
|
|
{% block content %}
|
2016-06-03 20:02:26 +02:00
|
|
|
<h1>Refunds</h1>
|
|
|
|
<p class="lead">Welcome to my website. I hope you will enjoy your journey here.</p>
|
2016-06-03 19:33:12 +02:00
|
|
|
{% endblock %}
|