9 lines
198 B
HTML
9 lines
198 B
HTML
<%inherit file="home.html"/>
|
|
<%block name="content">
|
|
<div class="title">
|
|
${_('Welcome to Admin dashboard')}
|
|
</div>
|
|
<div class="cont">
|
|
${_('From here you can configure your site')}.
|
|
</div>
|
|
</%block>
|