fipamo/brain/views/dash/start.twig

20 lines
422 B
Twig
Raw Normal View History

{% extends "dash/_frame.twig" %}
{% block title %}
2022-04-16 22:21:57 +02:00
{{ title }}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/assets/css/dash/start.css?=dfdfrtr">
2022-04-16 22:21:57 +02:00
{% endblock %}
2022-04-16 22:21:57 +02:00
{% block mainContent %}
{% if status %}
{% apply spaceless %}
{{ include("dash/partials/index.twig") }}
{% endapply %}
{% else %}
{{ include("dash/forms/login.twig") }}
{% endif %}
2022-04-16 22:21:57 +02:00
{% endblock %}