mindlair/templates/index.html
Freyja Wildes 7f7222f3f0 [init] Initial commit
Project structure and basic files.

Basic web page with a very simple style and a few links to the blog and
Shaarli.
2025-07-11 04:30:25 +02:00

5 lines
102 B
HTML

{% extends "base.html" %}
{% block content %}
{{- section.content | safe -}}
{% endblock content %}