bulma/docs/_layouts/default.html
2016-09-24 16:10:11 +01:00

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>