mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
9 lines
159 B
HTML
9 lines
159 B
HTML
{% extends "base.html" %}
|
|
{% block main %}
|
|
<div class="max-w-screen-lg mx-auto pt-5">
|
|
|
|
<h2>{{ app_id }}</h2>
|
|
|
|
<p>{{ infos }}</p>
|
|
</div>
|
|
{% endblock %}
|