mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
16
docs/_includes/components/docs-body.html
Normal file
16
docs/_includes/components/docs-body.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{%
|
||||
include components/hero.html
|
||||
color="basic"
|
||||
title=page.title
|
||||
subtitle=subtitle
|
||||
%}
|
||||
|
||||
<div class="bd-docs-body">
|
||||
<div class="bd-docs-content bd-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include components/pagination.html %}
|
||||
|
||||
{% include elements/improve-page.html %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user