12 lines
No EOL
197 B
Text
12 lines
No EOL
197 B
Text
<% if (it.debug) { %>
|
|
<style>
|
|
:root {
|
|
font-family: 'Figtree', Arial, Helvetica, sans-serif;
|
|
}
|
|
* {
|
|
font-family: inherit;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<% } %>
|
|
<%~ it.body %> |