6 lines
163 B
HTML
6 lines
163 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<p>We're lurking in <a href="https://cell.hbbs.decentral1.se">cell.hbbs.decentral1.se</a>...</p>
|
|
{% endblock %}
|