2020-04-18 00:51:33 +02:00
|
|
|
{extends file='empty.tpl'}
|
|
|
|
{block name="pagetitle"}{/block}
|
|
|
|
{block name="content"}
|
|
|
|
<div class="jumbotron">
|
2021-07-28 17:13:10 +02:00
|
|
|
<h1 class="display-4">{t}Hello, world!{/t}</h1>
|
|
|
|
<p class="lead">{t}This is a simple app to show the different possibilities and basic functionality.{/t}</p>
|
2020-04-18 00:51:33 +02:00
|
|
|
<hr class="my-4">
|
2021-07-28 17:13:10 +02:00
|
|
|
<p>{t}This app contains some demo pages:{/t}</p>
|
|
|
|
<a class="btn btn-primary btn-lg" href="item" role="button">{t}Search page{/t}</a>
|
2020-04-18 00:51:33 +02:00
|
|
|
</div>
|
|
|
|
{/block}
|