Files
bulma/docs/_layouts/default.html

14 lines
451 B
HTML
Raw Normal View History

<!DOCTYPE html>
2020-04-11 13:24:36 +01:00
<html
lang="en"
class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}"
>
2018-04-09 22:25:26 +01:00
{% include global/head.html %}
2020-04-11 13:24:36 +01:00
<body
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
>
2023-12-12 01:55:02 +00:00
{% include global/v1.html %} {% include global/deprecated.html %} {{ content
}} {% include global/footer.html %} {% include global/scripts.html %}
</body>
</html>