diff options
-rw-r--r-- | app/templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 4b976cc..210cc84 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -49,5 +49,10 @@ Welcome <h2 class="my-3">Top Texture Packs</h2> {{ render_pkggrid(pop_txp) }} + <div class="text-center"> + <small> + CDB has {{ count }} packages available to download. + </small> + </div> <!-- </main> --> {% endblock %} |