10 lines
156 B
HTML
10 lines
156 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<p>
|
|
Services and signup to these will be
|
|
</p>
|
|
<p>
|
|
This is yet to be implemented.
|
|
</p>
|
|
{% endblock %}
|