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