mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
9 lines
212 B
HTML
9 lines
212 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
{% include head.html %}
|
||
|
|
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
||
|
|
{{ content }}
|
||
|
|
{% include footer.html %}
|
||
|
|
</body>
|
||
|
|
</html>
|