mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
{% include "head.liquid" %}
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
{% include "header.liquid" %}
|
||
|
</header>
|
||
|
<main>
|
||
|
{{ content }}
|
||
|
</main>
|
||
|
<footer>
|
||
|
{% include "footer.liquid" %}
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|