gl-website-deployer/views/public/generic.mustache

33 lines
375 B
Plaintext
Raw Normal View History

2024-11-19 08:02:04 +01:00
{{> 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}}