14 lines
337 B
HTML
14 lines
337 B
HTML
<!DOCTYPE html>
|
|
<html {{ HTML_ATTRS }}>
|
|
<head {{ HEAD_ATTRS }}>
|
|
<!-- Fathom - beautiful, simple website analytics -->
|
|
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="XVSLUORL" defer></script>
|
|
<!-- / Fathom -->
|
|
|
|
{{ HEAD }}
|
|
</head>
|
|
<body {{ BODY_ATTRS }}>
|
|
{{ APP }}
|
|
</body>
|
|
</html>
|