bulma/docs/_layouts/default.html
2023-12-12 01:55:02 +00:00

14 lines
451 B
HTML

<!DOCTYPE html>
<html
lang="en"
class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}"
>
{% include global/head.html %}
<body
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
>
{% include global/v1.html %} {% include global/deprecated.html %} {{ content
}} {% include global/footer.html %} {% include global/scripts.html %}
</body>
</html>