mirror of
https://github.com/CatimaLoyalty/Website.git
synced 2025-12-28 05:14:29 +00:00
22 lines
505 B
HTML
22 lines
505 B
HTML
---
|
|
# Front matter comment to ensure Jekyll properly reads file.
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
{% include head.html %}
|
|
|
|
<body class="subPageBody">
|
|
<div class="headerBackground subPageHeaderBackground">
|
|
<div class="container subPageContainer">
|
|
{% include header.html %}
|
|
<article class="page markdown-body">
|
|
{{ content }}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
<script src="{{ '/main.js' | relative_url }}"></script>
|
|
</body>
|
|
|
|
</html> |