16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>{{ page_title }}</title>
|
|
<link rel="stylesheet" href="/themes.css">
|
|
<link rel="stylesheet" href="/typography.css">
|
|
<link rel="stylesheet" href="/forms.css">
|
|
<link rel="stylesheet" href="/popup.css">
|
|
<link rel="stylesheet" href="/structure.css">
|
|
<script src="/color-theme-controls.js" async></script>
|
|
</head>
|
|
<body>
|
|
{{> controls }}
|
|
{{> page_content }}
|
|
</body>
|
|
</html> |