17 lines
269 B
HTML
17 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
|
|
{%- include about-head.html -%}
|
|
|
|
<body>
|
|
|
|
{%- include header.html -%}
|
|
|
|
<div id="about">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{%- include footer.html -%}
|
|
|
|
</body>
|
|
</html> |