fipamo/brain/views/dash/start.twig

24 lines
546 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 %}
2022-04-16 22:21:57 +02:00
{% block javascripts %}
<script src="/assets/scripts/Start.js?=dfadsf" type="text/javascript"></script>
2022-04-16 22:21:57 +02:00
{% endblock %}