This commit is contained in:
Alexander 2025-12-09 06:36:14 -05:00
parent 0c7ff35297
commit d97fdbdf38
83 changed files with 9769 additions and 7 deletions

View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>$pagetitle$</title>
<meta name="author" content="SIL Writing Systems Technology">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" href="./assets/css/theme.css">
<link rel="stylesheet" href="./assets/css/webfonts.css">
</head>
<body>
<div class="container">
<article class="article">
<header>
<h1 class="title">$title$</h1>
</header>
$body$
<footer class="footer">
<p>This guide is from the <a href="https://software.sil.org/charis/" title="" class="active">Charis project</a> version $fontversion$ and is copyright © 1997-2025 SIL Global.</p>
</footer>
</article>
</div>
</body>
</html>