bulma/docs/_layouts/default.html

10 lines
417 B
HTML
Raw Normal View History

<!DOCTYPE html>
2017-10-24 09:31:45 +00:00
<html lang="en" class="{% if page.fixed_navbar %}has-navbar-fixed-top{% endif %} {% 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 %}">
2017-07-24 13:44:24 +00:00
{% include deprecated.html %}
{{ content }}
{% include footer.html %}
</body>
</html>