Initial commit for new app store

This commit is contained in:
Alexandre Aubin
2023-08-15 18:49:45 +02:00
parent 53027ff76a
commit a057aab198
8 changed files with 511 additions and 0 deletions

9
store/templates/app.html Normal file
View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block main %}
<div class="max-w-screen-lg mx-auto pt-5">
<h2>{{ app_id }}</h2>
<p>{{ infos }}</p>
</div>
{% endblock %}