mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-19 16:21:30 +01:00
8 lines
179 B
HTML
8 lines
179 B
HTML
{% extends "body_base.html" %}
|
|
{% block main %}
|
|
{% if user %}
|
|
{% include 'index/signed_in/base.html' %}
|
|
{% else %}
|
|
{% include 'auth/signin_form.html' %}
|
|
{% endif %}
|
|
{% endblock %} |