muistox/gallery/templates/gallery/main.html
2025-02-02 19:48:55 +02:00

12 lines
No EOL
226 B
HTML

{% extends "base_dark.html" %}
<!-- Title -->
{% block title %} Gallery {% endblock %}
<!-- Content -->
{% block content %}
Hello World!
<p>Istunto vanhenee: {{ session_expiry|date:"d.m.Y H:i" }}</p>
{% endblock %}