mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-25 01:24:50 +01:00
12 lines
278 B
HTML
12 lines
278 B
HTML
{% extends 'body_base.html' %}
|
|
{% block main %}
|
|
<main class="flex justify-center grow mt-2 sm:mt-4 gap-6 mb-10">
|
|
<div class="container">
|
|
<h2 class="text-2xl font-bold mb-2">Text Contents</h2>
|
|
{% include "content/content_list.html" %}
|
|
|
|
|
|
|
|
</div>
|
|
</main>
|
|
{% endblock %} |