Files
allmende-payment-system/src/allmende_payment_system/templates/index.html.jinja
2025-10-18 00:26:57 +02:00

7 lines
219 B
Django/Jinja

{% extends "base.html.jinja" %}
{% block content %}
<div class="p-3">
<h1>Welcome to My App</h1>
<p>This is your landing page content. Replace this with your actual content.</p>
</div>
{% endblock %}