mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
9 lines
315 B
HTML
9 lines
315 B
HTML
<!DOCTYPE html>
|
|
<html class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
|
|
{% include head.html %}
|
|
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|