rf-web/vendor/bundle/gems/minima-2.5.1/_layouts/default.html
2019-10-21 10:18:17 +02:00

21 lines
337 B
HTML

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<body>
{%- include header.html -%}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>
{%- include footer.html -%}
</body>
</html>