mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
11 lines
No EOL
168 B
HTML
11 lines
No EOL
168 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include head.html %}
|
|
</head>
|
|
<body>
|
|
{% include header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</body>
|
|
</html> |