mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
18 lines
371 B
Smarty
18 lines
371 B
Smarty
<div class="container mt-4 mb-4">
|
|
<div class="jumbotron">
|
|
<h1>{{$title}}</h1>
|
|
<hr class="my-4">
|
|
{{if $icon}}
|
|
<h2><i class="bi bi-{{$icon}}"></i> {{$pass}}</h2>
|
|
{{/if}}
|
|
</div>
|
|
|
|
{{if $status}}
|
|
<div class="alert alert-danger">{{$status}}</div>
|
|
{{/if}}
|
|
|
|
<div class="alert alert-info">{{$text}}</div>
|
|
<br>
|
|
{{if $what_next}}{{$what_next}}{{/if}}
|
|
</div>
|