paramecio2fm/paramecio2/modules/admin/templates/index.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>