mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-31 23:39:32 +00:00
18 lines
No EOL
400 B
Twig
18 lines
No EOL
400 B
Twig
{% extends "base.html.twig" %}
|
|
|
|
{% block content %}
|
|
<div class="jumbotron">
|
|
<h1 class="display-3">{{ partdb_title }}</h1>
|
|
|
|
<h4>
|
|
{% trans %}version.caption{% endtrans %}: {{ shivas_app_version }}
|
|
</h4>
|
|
|
|
{% if banner is not empty %}
|
|
<hr>
|
|
<div>
|
|
<h5>{{ banner }}</h5>
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
{% endblock %} |