mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-19 07:54:29 +01:00
8 lines
173 B
HTML
8 lines
173 B
HTML
{% extends "body_base.html" %}
|
|
{% block main %}
|
|
{% if user %}
|
|
{% include 'index/signed_in_view.html' %}
|
|
{% else %}
|
|
{% include 'index/hero.html' %}
|
|
{% endif %}
|
|
{% endblock %} |