aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-21 15:58:43 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-21 15:58:43 +0000
commitc97eefc7b26b6f05800f12bb8d2573f4c632da85 (patch)
tree22840a2372168ddeeb46de985d19900c99188362 /app/templates/index.html
parent9da6b45cc371fe99712e273eab5af692b669b833 (diff)
downloadcheatdb-c97eefc7b26b6f05800f12bb8d2573f4c632da85.tar.xz
Format package page
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html19
1 files changed, 2 insertions, 17 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 4af91e0..fde897f 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -5,31 +5,16 @@ Welcome
{% endblock %}
{% block container %}
-<!-- <div class="jumbotron">
- <h1 class="display-3">Hello, world!</h1>
- <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
- <hr class="my-4">
- <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
- <p class="lead">
- <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
- </p>
-</div> -->
-
<header class="jumbotron">
<div class="container">
- <h1 class="display-3">Content DB</h1>
+ <h1 class="display-3">{{ config.USER_APP_NAME }}</h1>
- <p>
+ <p class="lead">
Minetest's official content repository.
Browse {{ count }} packages,
the majority of which are available under a free
and open source license.
</p>
-
- <!-- <form method="get" action="/packages/">
- <input type="text" name="q" value="{{ query or ''}}" />
- <input type="submit" value="Search" />
- </form> -->
</div>
</header>