mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-22 16:58:32 +02:00
hero page, ingress form
This commit is contained in:
8
templates/index/index.html
Normal file
8
templates/index/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "body_base.html" %}
|
||||
{% block main %}
|
||||
{% if user %}
|
||||
{% include 'index/signed_in_view.html' %}
|
||||
{% else %}
|
||||
{% include 'index/hero.html' %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user