mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 04:55:55 +08:00
28 lines
381 B
HTML
28 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<div>
|
|
<div>
|
|
|
|
{% include sidebar.html %}
|
|
|
|
<main class="content" role="main">
|
|
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
|
|
</main>
|
|
|
|
{% include footer.html %}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |