OpenSlides/openslides/core/static/templates/dashboard.html
Emanuel Schuetze fa267b68c2 New template design
- Great thanks to Jörn Bensch (from triagonale.de) for new base
  template!
- A lot of adaptations in all templates for new design.
2015-11-30 20:36:33 +01:00

10 lines
183 B
HTML

<div class="header">
<div class="title">
<h1>{{ config('projector_welcome_title') }}</h1>
</div>
</div>
<div class="details">
{{ config('projector_welcome_text') }}
</div>