tao-test/app/taoLti/views/templates/index.tpl

13 lines
282 B
Smarty

<?php
use oat\tao\helpers\Template;
?>
<div class="main-container">
<div class="ext-home-container ui-state-highlight">
<h1><?=__('Learning Tools Interoperability')?></h1>
<p><?=__('The LTI Provider library.')?></p>
</div>
</div>
<?php
Template::inc('footer.tpl', 'tao');
?>