mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-30 22:32:07 +02:00
4 lines
104 B
HTML
4 lines
104 B
HTML
{% extends "body_base.html" %}
|
|
{% block main %}
|
|
{% include 'index/signed_in/base.html' %}
|
|
{% endblock %} |