33 lines
375 B
Plaintext
33 lines
375 B
Plaintext
{{> public_header}}
|
|
|
|
{{> generic_header}}
|
|
|
|
<style>
|
|
|
|
thead {
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
|
|
tbody > tr > td:first-child {
|
|
color: #10f020;
|
|
font-weight: bold;
|
|
}
|
|
|
|
</style>
|
|
|
|
<!-- Wrapper -->
|
|
<div id="wrapper">
|
|
<section id="main" class="wrapper style2">
|
|
<div class="inner">
|
|
{{{content}}}
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
{{> public_footer}}
|