mirror of
https://github.com/Expand-sys/whoscatrevival
synced 2026-06-21 15:50:58 +10:00
16 lines
256 B
HTML
16 lines
256 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include header.html %}
|
|
</head>
|
|
<body>
|
|
{% include skippy.html %}
|
|
|
|
{% include docs-navbar.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|