mirror of https://github.com/evilhero/mylar
13 lines
193 B
HTML
13 lines
193 B
HTML
|
<%inherit file="base.html"/>
|
||
|
|
||
|
<%def name="headIncludes()">
|
||
|
</%def>
|
||
|
|
||
|
<%def name="body()">
|
||
|
<div class="table_wrapper">
|
||
|
<div>
|
||
|
${implog}
|
||
|
</div>
|
||
|
</div>
|
||
|
</%def>
|