Framework setup
This commit is contained in:
7
src/allmende_payment_system/templates/index.html.jinja
Normal file
7
src/allmende_payment_system/templates/index.html.jinja
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user