diff options
author | 2018-02-21 09:36:43 +0000 | |
---|---|---|
committer | 2018-02-21 09:36:43 +0000 | |
commit | 94657fcdc0dce745053a8f7e40c6189b062a84b0 (patch) | |
tree | 330a23cf7fcf0ced1f0c34722546bf7350d3c97f /templates/main/index.html | |
parent | Rearrange views and templates (diff) |
Jinja is weird
Diffstat (limited to 'templates/main/index.html')
-rw-r--r-- | templates/main/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/main/index.html b/templates/main/index.html index 418347d2..6a447567 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -1,9 +1,11 @@ -{% extends "base.html" %} +{% extends "main/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 class="uk-container uk-section"> + <div class="uk-alert-danger" uk-alert> + <p> + + </p> </div> +</div> {% endblock %}
\ No newline at end of file |