blob: 418347d2fad0bde1fe1726a3b4dc8830e6e2b387 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{% extends "base.html" %}
{% block title %}Home{% endblock %}
{% block content %}
<div class="uk-container uk-section">
<h1 class="uk-title uk-text-center">
Coming soon :tm:
</h1>
</div>
{% endblock %}
|