5 lines
120 B
HTML
5 lines
120 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
<p>this is the story of mailhead... work in progress</p>
|
||
|
{% endblock %}
|