mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 07:42:24 +00:00
12 lines
193 B
HTML
Executable file
12 lines
193 B
HTML
Executable file
<%inherit file="base.html"/>
|
|
|
|
<%def name="headIncludes()">
|
|
</%def>
|
|
|
|
<%def name="body()">
|
|
<div class="table_wrapper">
|
|
<div>
|
|
${implog}
|
|
</div>
|
|
</div>
|
|
</%def>
|