mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 14:06:30 +08:00
8 lines
228 B
Handlebars
8 lines
228 B
Handlebars
|
<div class="container">
|
||
|
<button class="close btn btn-icon btn-link" {{action "close"}}>{{fa-icon "times"}}</button>
|
||
|
<div class="container-narrow">
|
||
|
<h2>Welcome to {{title}}</h2>
|
||
|
<p>{{description}}</p>
|
||
|
</div>
|
||
|
</div>
|