mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-19 23:41:22 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
12
html-router/templates/content/base.html
Normal file
12
html-router/templates/content/base.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user