bulma/docs/_layouts/default.html
Jeremy Thomas 08ef4df2c0
Bulma v9 website (#3249)
* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
2021-01-27 23:30:42 +00:00

16 lines
430 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/deprecated.html %}
{{ content }}
{% include global/footer.html %}
{% include global/scripts.html %}
</body>
</html>