mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-17 13:17:08 +02:00
5bc48fb30b
node stuff to html crate only
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 %} |