mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00: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>
|