mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
10 lines
380 B
HTML
10 lines
380 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 %}
|
|
</body>
|
|
</html>
|